#contents .col1 {
  text-align: center;
}
#contents .col1Btn {
  max-width: 400px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 1.25rem;
  padding-top: 10px;
}
#contents .col1Btn .fas,
#contents .col1Btn .far {
  color: #000000;
  font-size: 1.25rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  letter-spacing: normal;
}
#contents .col2 {
  text-align: center;
}
#contents .contactCol {
  display: table-cell;
  letter-spacing: normal;
  padding-top: 40px;
  vertical-align: middle;
  text-align: left;
}
#contents .contactCol.-center {
  display: block;
  text-align: center;
}
#contents .contactCol.-center .ttl,
#contents .contactCol.-center .tel {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#contents .contactCol.-pt20 {
  padding-top: 20px;
}
#contents .contactCol .ttl {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
#contents .contactCol .ttl:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  background: url(/denki/cmn/img/icon_circle_black.svg) no-repeat left top;
  background-size: contain;
}
#contents .contactCol .tel {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 10px;
}
#contents .contactCol .tel1,
#contents .contactCol .tel2 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
}
#contents .contactCol .tel1Ttl {
  font-size: 0.88rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
#contents .contactCol .tel1Num {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 52px;
}
#contents .contactCol .tel1Num:before {
  content: "";
  width: 49px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: url(/denki/cmn/img/ico_freedial.svg) no-repeat left top;
  background-size: cover;
}
#contents .contactCol .tel2 {
  margin-left: 40px;
}
#contents .contactCol .tel2Ttl {
  letter-spacing: 0.05em;
  font-size: 0.88rem;
  line-height: 1.4;
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}
#contents .contactCol .tel2Num {
  letter-spacing: normal;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 41px;
}
#contents .contactCol .tel2Num:before {
  content: "";
  width: 38px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: url(/denki/cmn/img/ico_freedial.svg) no-repeat left top;
  background-size: cover;
}
#contents .contactCol .otherTxt {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  margin-top: 10px;
}
#contents .contactCol .otherTxt p {
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-size: 0.88rem;
  margin-left: 20px;
}
#contents .contactCol .otherTxt p:first-child {
  margin-left: 0;
}
#contents .contactCol .notes {
  margin-top: 5px;
}
#contents .contactCol .notes li {
  display: block;
  font-size: 0.75rem;
}

#modalArea {
  display: none;
  width: 80%;
  max-width: 880px;
  border-radius: 20px;
  line-height: 1.8;
}
#modalArea .colQ {
  text-align: center;
}
#modalArea .colQList {
  text-align: left;
  background: #fffbe1;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  padding: 30px;
  margin-top: 30px;
}
#modalArea .colQList li {
  margin-top: 15px;
}
#modalArea .colQList li a {
  position: relative;
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 36px;
  display: block;
}
#modalArea .colQList li a:hover {
  text-decoration: none;
}
#modalArea .colQList li a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/contact_ico_q.png) no-repeat left top;
  background-size: cover;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
#modalArea .colQList li:first-child {
  margin-top: 0;
}
#modalArea .colQBtn {
  max-width: 400px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 1.25rem;
  padding-top: 10px;
}
#modalArea .colQBtn .fas,
#modalArea .colQBtn .far {
  color: #000000;
  font-size: 1.25rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  letter-spacing: normal;
}
#modalArea .colRead {
  text-align: center;
}
#modalArea .colReadList {
  text-align: left;
  margin-top: 30px;
}
#modalArea .colReadList li {
  font-size: 1rem;
  margin-top: 15px;
}
#modalArea .colReadList li:first-child {
  margin-top: 0;
}
#modalArea .colReadBtn1 {
  margin: 60px auto 0;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-top: 24px;
}
#modalArea .colReadBtn1 i {
  color: #000000;
  font-size: 1.25rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  letter-spacing: normal;
}
#modalArea .colReadBtn2 {
  margin: 20px auto 0;
  width: 400px;
}
#modalArea .colCloseBtn {
  margin: 40px auto 0;
  width: 300px;
}
#modalArea .colCloseBtn i {
  left: auto;
  right: 15px;
}

@media screen and (max-width: 959px) {
  #contents .contentsIn {
    padding-bottom: 23px;
  }
  #contents .col1Btn {
    margin: 30px auto 0;
  }
  #contents .contactCol {
    display: block;
    padding: 30px 0 0;
    width: auto;
  }
  #contents .contactCol.-pt20 {
    padding-top: 15px;
  }
  #contents .contactCol.-center .tel {
    margin-top: 5px;
  }
  #contents .contactCol .tel1Ttl {
    display: block;
  }
  #contents .contactCol .tel2 {
    margin: 10px 0 0 0;
  }
  #contents .contactCol .tel1,
  #contents .contactCol .tel2 {
    display: block;
  }
  #contents .contactCol .notes {
    margin-top: 5px;
  }
  #contents .contactCol .notes li {
    display: block;
    margin-left: 0;
  }
  #modalArea .colQList {
    padding: 20px;
    margin-top: 20px;
  }
  #modalArea .colQList li a {
    font-size: 1rem;
  }
  #modalArea .colQBtn {
    margin: 30px auto 0;
  }
  #modalArea .colRead {
    text-align: center;
  }
  #modalArea .colReadList {
    margin-top: 20px;
  }
  #modalArea .colReadBtn1 {
    margin: 40px auto 0;
  }
  #modalArea .colReadBtn2 {
    margin: 20px auto 0;
  }
  #modalArea .colCloseBtn {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .col1Btn {
    height: auto;
    margin: 20px auto 0;
    font-size: 1rem;
    padding: 10px 0;
  }
  #contents .col1Btn .fas {
    font-size: 1rem;
    right: 10px;
    margin-top: -8px;
  }
  #contents .contactCol {
    display: block;
    padding: 20px 0 0;
    width: auto;
  }
  #contents .contactCol.-pt20 {
    padding-top: 10px;
  }
  #contents .contactCol.-center {
    display: block;
    text-align: left;
  }
  #contents .contactCol.-center .ttl {
    display: block;
  }
  #contents .contactCol.-center .tel {
    display: block;
    margin-top: 3px;
  }
  #contents .contactCol .ttl {
    font-size: 0.88rem;
    padding-left: 14px;
  }
  #contents .contactCol .ttl:before {
    width: 6px;
    height: 6px;
    left: 3px;
    margin-top: -3px;
  }
  #contents .contactCol .tel1,
  #contents .contactCol .tel2 {
    display: block;
    margin: 5px 0 0 0;
  }
  #contents .contactCol .tel1Ttl {
    display: block;
    font-size: 0.75rem;
  }
  #contents .contactCol .tel2Ttl {
    display: block;
    font-size: 0.75rem;
  }
  #contents .contactCol .tel1Num {
    font-size: 2rem;
    padding-left: 41px;
  }
  #contents .contactCol .tel1Num:before {
    content: "";
    width: 38px;
    height: 21px;
    margin-top: -10px;
    background: url(/denki/cmn/img/ico_freedial.svg) no-repeat left top;
    background-size: cover;
  }
  #contents .contactCol .tel2Num {
    font-size: 1.63rem;
    padding-left: 31px;
  }
  #contents .contactCol .tel2Num:before {
    content: "";
    width: 28px;
    height: 16px;
    margin-top: -8px;
    background: url(/denki/cmn/img/ico_freedial.svg) no-repeat left top;
    background-size: cover;
  }
  #contents .contactCol .otherTxt {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  #contents .contactCol .otherTxt p {
    display: block;
    margin: 0;
    font-size: 0.63rem;
  }
  #contents .contactCol .notes {
    margin-top: 5px;
  }
  #contents .contactCol .notes li {
    margin-left: 0;
    font-size: 0.63rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  #modalArea {
    width: 96%;
    padding: 40px 20px;
    border-radius: 10px;
  }
  #modalArea .colQList {
    padding: 10px;
    margin-top: 15px;
  }
  #modalArea .colQList li {
    margin-top: 10px;
  }
  #modalArea .colQList li a {
    font-size: 0.88rem;
    padding-left: 26px;
  }
  #modalArea .colQList li a:after {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  #modalArea .colQList li:first-child {
    margin-top: 0;
  }
  #modalArea .colQBtn {
    height: auto;
    margin: 20px auto 0;
    font-size: 1rem;
    padding: 10px 0;
  }
  #modalArea .colQBtn .fas {
    font-size: 1rem;
    right: 10px;
    margin-top: -8px;
  }
  #modalArea .colReadList {
    margin-top: 15px;
  }
  #modalArea .colReadList li {
    font-size: 0.88rem;
    margin-top: 10px;
  }
  #modalArea .colReadList li:first-child {
    margin-top: 0;
  }
  #modalArea .colReadBtn1 {
    margin: 40px auto 0;
    font-size: 1rem;
    height: auto;
    padding: 10px 0;
  }
  #modalArea .colReadBtn1 i {
    font-size: 1rem;
    right: 10px;
    margin-top: -8px;
  }
  #modalArea .colReadBtn2 {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    font-size: 1rem;
    padding: 10px 0;
  }
  #modalArea .colCloseBtn {
    width: 60%;
    height: auto;
    margin: 40px auto 0;
    font-size: 1rem;
    padding: 10px 0;
  }
  #modalArea .colCloseBtn i {
    right: 10px;
  }
}