@import url(common.css);
body {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section {
  max-width: 850px;
  margin: 0 auto 4em;
}

section h1 {
  background-color: #669933;
  color: #fff;
  text-align: center;
  font-size: 35px;
  margin: unset;
}

section .main-text {
  max-width: 850px;
  margin: auto;
  letter-spacing: 1.1;
  font-size: 17px;
}
section:nth-of-type(1) a:hover {
  text-decoration: underline;
}

section:nth-of-type(1) .fb-wap {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

section:nth-of-type(1) .fb-wap p:nth-of-type(1) {
  font-weight: bold;
  font-size: 23px;
  color: #086da0;
}

section:nth-of-type(1) .fb-wap img {
  display: block;
  max-width: 250px;
  margin: unset;
}

/* まちの電気屋さん倫理憲章 */
section:nth-of-type(1) .main-text dl {
  margin: 2em 0;
}

section:nth-of-type(1) .main-text dl dt {
  background-color: #e3eaf2;
  padding: 0.5em;
  text-align: center;
}

section:nth-of-type(1) .main-text dl dd {
  background-color: #f6f9fc;
  margin-left: unset;
}

section:nth-of-type(1) .main-text dl dd ol {
  margin: unset;
  padding: 1.5em;
}

section:nth-of-type(1) .main-text dl dd ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

section:nth-of-type(1) a {
  display: block;
  text-align: right;
  margin-bottom: 2em;
}

/*-----------------------
他比較サイトとの違い
（セクション2）
----------------------- */
section:nth-of-type(2) .main-text p span {
  color: #e6153e;
  font-weight: 600;
}
/* 安さで選ぶのはリスク */
section:nth-of-type(2) .main-text p:nth-of-type(2) span {
  font-size: 25px;
}

section:nth-of-type(2) .main-text table {
  border-collapse: collapse;
  width: 100%;
}
section:nth-of-type(2) .main-text table tr th {
  background-color: #008dd4;
  color: #fff;
}

section:nth-of-type(2) .main-text table tr:nth-of-type(1) {
  width: 30%;
}

section:nth-of-type(2) .main-text table tr th,
section:nth-of-type(2) .main-text table tr td {
  border: #c0c0c0 1px solid;
  padding: 0.5em;
}

/*-----------------------
 信頼できる電気工事店が加盟
 （セクション3）
----------------------- */
section:nth-of-type(3) dl a:hover {
  text-decoration: underline;
}
section:nth-of-type(3) dl {
  margin-top: 4em;
}

section:nth-of-type(3) dl:nth-of-type(1) {
  margin-top: 3em;
}

section:nth-of-type(3) dl:nth-of-type(3) {
  margin-bottom: 5em;
}

section:nth-of-type(3) dl dt {
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em;
  margin-bottom: 1em;
  background: linear-gradient(#fff, #f7f7f7);
  border: 1px solid #e4e2d7;
}
/* dtのアイコン */
section:nth-of-type(3) dl dt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  /* position: absolute; */
  left: 5px;
  color: #669933;
  padding-right: 0.2em;
}

section:nth-of-type(3) dl dd {
  margin-left: unset;
}

section:nth-of-type(3) dl dd span {
  font-size: 15px;
}
/* ------------------------------
        加盟店一覧はこちらボタン
        ------------------------------ */
.pf-link {
  max-width: 680px;
  margin: auto;
  background-color: #ed0e42;
}

.pf-link:hover {
  background-color: #fff;
  transition: 0.3s;
}
.pf-link a:hover {
  text-decoration: unset;
  opacity: unset;
}

.pf-link a {
  display: block;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  box-shadow: 0px 4px 10px 0px rgba(31, 114, 208, 0.2);
  background: transparent url(parts/common/circle-right-white.svg) no-repeat center;
  background-size: 20px;
  background-position: right 35px bottom 30px;
}

.pf-link a:hover {
  background-color: #fff;
  outline: 1px solid #ed0e42;
  outline-offset: -1px;
  color: #ed0e42;
  background: transparent url(parts/common/circle-right-red.svg) no-repeat center;
  background-size: 20px;
  background-position: right 35px bottom 30px;
  transition: 0.3s;
}
