@charset "UTF-8";

/* =============================================
  Article
============================================= */

/* Common
--------------------------------------------- */
/*
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
*/

/* 防犯カメラの必要性 - post-327
--------------------------------------------- */
.article-item {
  width: 100%;
  margin: 0 auto;
}
.article-item p {
  text-align: justify;
}
.article-item img {
  width: 250px;
  border:solid 1px #dedede;
  float: right;
  margin: 0 0 25px 25px;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .article-item img {
    width: 50%;
  }
}

/* 防犯カメラの分類 - post-344
--------------------------------------------- */
.c-type-unit {
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-type {
  width: 31%;
}
.c-type figure {
  text-align: center;
}
.c-type figure figcaption {
  font-size: 1.25em; /* 20px */
  font-weight: bold;
  line-height: 1.2;
}
.c-type figure img {
  height: 190px;
}
.c-type span {
  font-size: 0.9375em; /* 15px */
  line-height: 1.4;
  padding: 0 1em;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .c-type-unit {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .c-type {
    width: 50%;
  }
  .c-type:last-of-type {
    margin: 30px 0 0;
  }
  .c-type figure img {
    height: 170px;
  }
}

/* 防犯カメラの種類 - post-382
--------------------------------------------- */
.post-382 .details td {
  text-align: center;
  vertical-align: top;
}
.post-382 .details td span {
  font-size: 0.85em;
  display: block;
  font-weight: bold;
}
.kind-desc dl {
  width: 94%;
  margin: 0 auto 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.kind-desc dl dt {
  width: 15%;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
  background-color: #f5f5f5;
  padding: 0.35em 0;
  text-align: center;
}
.kind-desc dl dd {
  width: 82%;
  line-height: 1.4;
  margin: 0;
  padding: 0.35em 0;
}

@media screen and (max-width: 480px) {
}

/* 業種別の防犯（監視）カメラの活用例 - post-415
--------------------------------------------- */
.industry-unit ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.industry-unit {
  text-align: center;
}
.industry-unit h4 {
  display: inline-block;
}
.industry-unit h4 span {
  display: inline-block;
}
.industry-unit ul li:last-of-type {
  width: 90%;
  margin: 35px auto 0;
}
.industry-unit p {
  width: 70%;
  margin: 35px auto;
  text-align: left;
}
.industry-unit p span {
  font-weight: bold;
  display: block;
  margin: 0.5em 0;
}

@media screen and (max-width: 480px) {
  .industry-unit ul li:last-of-type {
    width: 98%;
  }
  .industry-unit p {
    width: 98%;
  }
}

/* 防犯（監視）カメラの選び方 - post-430
--------------------------------------------- */
.choose-unit {
  width: 94%;
  margin: 0 auto 60px;
}
.choose-unit p {
  width: 75%;
}
.choose-unit p:first-of-type {
  margin: 0 auto 60px;
}
.choose-unit p:last-of-type {
  margin: 60px auto;
}
.choose-intro ul {
  margin: 0;
  padding: 0;
}
.choose-intro ul li {
  list-style-type: none;
  font-weight: bold;
}
.choose-items {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.choose-items > div {
  width: 33%;
  text-align: center;
}
.choose-items > div img {
  width: 130px;
}
.choose-items > div dl {
  margin: 0;
}
.choose-items > div dl dt {
  position: relative;
  top: -15px;
  z-index: 1;
  font-size: 1.1875em; /* 19px */
  font-weight: bold;
  line-height: 1.0;
  padding: 1.25em 0 0.25em;
  background-color: #ffffff;
}
.choose-items > div dl dd {
  position: relative;
  top: -60px;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto -60px;
  border: solid 2px #000000;
  border-radius: 50%;
}
.choose-items > div dl dd span {
  font-size: 0.875em; /* 14px */
  line-height: 1.4;
  padding: 3.5em 1.5em 0;
  display: inline-block;
  vertical-align: top;
}
.choose-chart {
  width: 90%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .choose-unit {
    width: 100%;
    margin: 0 0 60px;
  }
  .choose-unit p {
    width: 100%;
  }
  .choose-unit p:first-of-type {
    margin: 0 auto 60px;
  }
  .choose-unit p:last-of-type {
    margin: 20px auto 60px;
  }
  .choose-intro {
    width: 75%;
  }
  .choose-items {
    width: 100%;
  }
  .choose-items > div {
    width: 50%;
    margin: 0 0 20px;
  }
  .choose-items > div dl dt {
    padding: 1.5em 0 0.5em;
  }
  .choose-chart {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .choose-items > div dl dd {
    width: 170px;
    height: 170px;
  }
}

/* 防犯（監視）カメラの形状 - post-463
----------------------------------- */
.shape {
  width: 94%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.shape > div {
  width: 30%;
}
.shape > div p {
  margin: 0;
}
.shape > div dl dt {
  font-size: 1.125em; /* 18px */
  font-weight: bold;
  text-align: center;
}
.shape > div dl dd {
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .shape {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 7.5px 0 0;
  }
  .shape > div {
    width: 50%;
    padding: 0 3%;
  }
}

/* データ保存方法 - post-465
----------------------------------- */
.method {
  width: 94%;
  margin: 0 auto;
}
.method > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}
.method > div p {
  width: 20%;
  margin: 0;
  padding: 0;
}
.method > div p img {
  width: 100%;
  height: auto;
  border: solid 1px #cdcdcd;
}
.method > div dl {
  width: 77%;
  margin: 0;
}
.method > div dl dt {
  font-size: 1.125em; /* 18px */
  font-weight: bold;
}
.method > div dl dd {
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .method {
    width: 100%;
    margin: 0;
    padding: 7.5px 0 0;
  }
  .method > div {
    margin: 0 0 10px;
  }
  .method > div p {
    width: 30%;
  }
  .method > div dl {
    width: 67%;
  }
}

/* 防犯（監視）カメラの使用目的例 - post-470
----------------------------------- */
.purpose-unit {
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purpose {
  width: 50%;
}
.purpose:first-of-type {
  border-right: dotted 1px #c1385f;
  padding: 0 5% 0 0;
}
.purpose:last-of-type {
  padding: 0 0 0 5%;
}
.purpose figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.purpose figure img {
  width: 50%;
}
.purpose figure figcaption {
  width: 40%;
  font-size: 1.25em; /* 20px */
  font-weight: bold;
  padding: 0 0 0 1em;
}
.purpose ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.purpose ul li {
  list-style-type: none;
  font-size: 1.125em; /* 18px */
  font-weight: bold;
  text-align: center;
  border: solid 1px #cdcdcd;
  padding: 5px 0;
  margin: 10px 0 0;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .purpose-unit {
    width: 100%;
  }
  .purpose figure {
    display: block;
    text-align: center;
  }
  .purpose figure img {
    width: 50%;
    margin: 0 auto -15px;
  }
  .purpose figure figcaption {
    width: 100%;
    font-size: 1.25em; /* 20px */
    padding: 0;
  }
}

/* ===================================
  Table
=================================== */
.details {
  width: 94%;
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.4;
}
.details th, .details td {
  padding: 0.75em 1em;
}
.details tbody tr:first-of-type td {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .details {
    width: 750px;
    font-size: 1em;
  }
  .scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 15px;
  }
}

/* ===================================
  EMEAO!について
=================================== */
.about-emeao {
  width: 94%;
  margin: 100px auto 0;
  border-style: solid;
  border-width: 5px;
  border-color: #c1385f;
  padding: 25px;
}
.about-emeao dl {
  font-size: 0.95em;
  margin: 0;
}
.about-emeao dl dt {
  text-align: center;
}
.about-emeao dl dt span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  border-bottom: 3px solid #c1385f;
  padding: 0.25em 0.5em;
}
.about-emeao dl dd {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.about-emeao dl dd a {
  display: block;
  text-align: center;
  transition: 0.3s;
}
.about-emeao dl dd a:hover {
  opacity: 0.7;
}
.about-emeao dl dd span {
  font-size: 1.25em;
  font-weight: bold;
  color: #43a8ca;
}
.about-emeao dl dd i {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  color: #43a8ca;
}

@media screen and (max-width: 480px) {
  .about-emeao {
    width: 100%;
    border-width: 4px;
    padding: 20px;
    margin: 60px 0 0;
  }
  .about-emeao dl dd p:last-of-type {
    margin: 1.2em 0 0;
  }
  .about-emeao dl dd a {
    width: 70%;
    margin: 0 auto;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {

}

/*834px以下*/
@media screen and (max-width: 834px) {
  .article ul, .article ol {
    padding: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  
}