@charset "utf-8";
/*-- 地域別霊園情報/SP --*/
.contents_arealist {
  clear: both;
  line-height: 1.6;
  padding: 15px 0 0;
}
.contents_arealist h4 {
  border-bottom: solid 1px #4d2200;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 4px;
}
.contents_arealist h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contents_arealist h5:before {
  content: '【';
}
.contents_arealist h5:after {
  content: '】';
}
.contents_arealist p {
  margin-bottom: 15px;
}
.contents_arealist table {
  border-collapse: collapse;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
}
.contents_arealist table th,
.contents_arealist table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.contents_arealist table th {
  background: #efefef;
  padding: 4px 0 2px;
}
.contents_arealist table td {
  text-align: center;
  padding: 4px 8px 2px;
}
.contents_arealist table td.txt-left {
  text-align: left;
}
.contents_arealist table td.txt-right {
  text-align: right;
}
.contents_arealist table span.txt-left {
  display: block;
  text-align: left;
}
.contents_arealist table span.txt-right {
  display: block;
  text-align: right;
}
.contents_arealist figure {
  margin: 0 auto 15px;
  max-width: 400px;
  width: 100%;
}
.contents_arealist figure img {
  border: solid 1px #ccc;
  box-sizing: border-box;
  width: 100%;
}
.contents_arealist cite,
.contents_arealist time {
  display: block;
  font-size: 13px;
  font-style: normal;
  margin: 0 auto;
  text-align: right;
}
.contents_arealist cite {
  font-weight: bold;
}
.contents_arealist ul {
  margin: 0 0 15px 20px;
}
.contents_arealist li {
  list-style: disc;
}
.contents_arealist > h2.title-main {
  background: #9ec101;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px 10px 9px;
}
.contents_arealist .area-section {
  clear: both;
  margin: 0 auto 20px;
  width: 96%;
}
.contents_arealist h3.ttl-section {
  border-left: solid 6px #4d2200;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 4px 4px 2px;
}
.contents_arealist .txt-emphasis {
  color: #4d2200;
  font-weight: bold;
}
.contents_arealist .box-column {
  border: solid 1px #cc9c00;
  border-radius: 8px;
  margin: 0 5px 15px;
  padding: 10px 10px 10px;
}
.contents_arealist .box-column h4 {
  border-bottom: solid 1px #cc9c00;
  margin-bottom: 10px;
}
.contents_arealist .box-column p {
  margin: 0;
}
/*-- 地域別霊園情報/PC --*/
@media only screen and (min-width:768px) {
  .contents_arealist {
    clear: both;
    font-size: 18px;
    line-height: 1.6;
    padding: 0;
  }
  .contents_arealist h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contents_arealist h5 {
    margin-bottom: 15px;
  }
  .contents_arealist p {
    margin-bottom: 20px;
  }
  .contents_arealist ul {
    margin: 0 0 20px 20px;
  }
  .contents_arealist table {
    font-size: 18px;
    margin: 0 auto 4px;
  }
  .contents_arealist figure {
    float: right;
    height: auto;
    margin: 0 0 40px 40px;
    width: 44%;
  }
  .contents_arealist figure img {
    border: solid 1px #ccc;
    margin: 0 auto 4px;
    max-width: 400px;
  }
  .contents_arealist h2.title-main {
    background: #9ec101;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding: 10px 10px 9px;
  }
  .contents_arealist > h2.title-main {
    margin-bottom: 20px;
  }
  .contents_arealist .area-section {
    clear: both;
    margin: 0 0 40px;
    width: auto;
  }
  .contents_arealist h3.ttl-section {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 auto 20px;
    padding: 4px 8px 2px;
  }
  .contents_arealist .box-column {
    border: solid 1px #cc9c00;
    border-radius: 8px;
    margin: 0 20px 20px;
    padding: 20px 20px 20px;
  }
  .contents_arealist .box-column h4 {
    border-bottom: solid 1px #cc9c00;
    margin-bottom: 15px;
  }
}
