/* 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;
  padding-bottom: 5px;
  border-bottom: 1px solid #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;}
@media only screen and (max-width: 767px){
  .pcOnly{display: none;}
  .spOnly{display: block;}
}

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;
  }
}

/* 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;
}

/* col2 */
.col2{
  display: flex;
  justify-content: space-between;
}
.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 .lCont,
  .col2 .rCont{
    width: 100%;
  }
  .col2 .img{
    text-align: center;
    margin-top: 20px;
  }
  #homeAppliances .col2 .img{
    width: 80%;
    margin: 10px auto 0;
  }
}

/* linkList */
.linkList{
  margin-top: 20px;
}
.linkList .list{
  margin-bottom: 10px;
}