@charset "utf-8";
/* ==========================================================

title : セキュリティシステム
scope : セキュリティシステム

memo：なにか注意事項があれば記載

last modify : 2018/12/4 TCI_goto 栄タワーヒルズ セキュリティシステム

========================================================== */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#wrapper {
  background: url(../image/bg-contents.png) repeat;
  width: 100%;
}

#contents {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 1em;
  width: 100%;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  #contents {
    padding-top: 0;
  }
}

/*----------------------------------------
  .cont_inner
----------------------------------------*/
.cont_inner {
  margin: 2% 1% 5.66%;
  max-width: 980px;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .cont_inner {
    margin: 5% auto 10%;
    width: 95%;
  }
}

/*----------------------------------------
  .cont_lead
----------------------------------------*/
.cont_lead {
  overflow: hidden;
}
.cont_lead .txt_box {
  float: left;
  margin: 0 1%;
  width: calc( 569 / 980 * 100%);
}
.cont_lead .txt_box span {
  font-size: 70%;
}
.cont_lead .txt_box .txt {
  line-height: 1.6;
  padding: 0 2%;
}
.cont_lead .img_box {
  float: right;
  margin: .5% 1% 0;
  width: calc( 370 / 980 * 100%);
}

@media screen and (max-width: 736px) {
  .cont_lead .txt_box {
    float: none;
    margin: 0;
    width: 100%;
  }
  .cont_lead .img_box {
    float: none;
    margin: 3% 0 0;
    padding: 0 2%;
    width: 100%;
  }
}

/*----------------------------------------
  .cont_main
----------------------------------------*/
.cont_main {
  margin-top: 5.9%;
}
.cont_main_inner {
  margin-top: 2.4%;
}
.cont_main_inner .col_block {
  overflow: hidden;
}
.cont_main_inner .img_box {
  float: left;
  margin-top: 1.2%;
  width: calc( 476 / 980 * 100%);
}

@media screen and (max-width: 736px) {
  .cont_main {
    margin-top: 10%;
  }
  .cont_main_inner {
    margin-top: 0;
  }
  .cont_main_inner .img_box {
    float: none;
    margin: 0;
    padding: 0 2%;
    width: 100%;
  }
}

/*.detail_box01*/
.cont_main_inner .detail_box01 {
  float: right;
  margin-right: 1.9%;
  width: calc( 452 / 980 * 100%);
}

@media screen and (max-width: 736px) {
  .cont_main_inner .detail_box01 {
    float: none;
    margin: 10% 0 0;
    width: 100%;
  }
}

/*.item01*/
.item01 .txt {
  line-height: 1.44;
  padding: 0 2%;
}
.item01 .col_box {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.6%;
}
.item01 .col_box li {
  background: #fff;
  border: 1px solid #9cb2a0;
  width: calc( 145 / 452 * 100%);
}
.item01 .col_box li .col_img {
  margin: 7% auto 10%;
  width: calc( 126 / 145 * 100%);
}

@media screen and (max-width: 736px) {
  .item01 .col_box {
    background: url(../image/bg-space.png) right 4% bottom 23% / 46% auto no-repeat;
    padding: 0 2%;
  }
  .item01 .col_box li {
    width: 48%;
  }
  .item01 .col_box li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}

/*.item02*/
.item02 {
  margin-top: 9.4%;
}
.item02 .txt {
  line-height: 1.44;
  padding: 0 2%;
}
.item02 .col_box {
  margin: 4.9% 3% 0;
}
.item02 .col_box > li:nth-of-type(n+2) {
  margin-top: 6%;
}
.item02 .col_box .col_box_inner {
  margin: 4% 0 0 5%;
  overflow: hidden;
}
.item02 .col_box .col_box_inner .img_box {
  background-color: #fff;
  float: left;
  margin: 0;
  text-align: center;
  width: calc( 165 / 404 * 100%);
}
.item02 .col_box .col_box_inner .img_box img {
  margin: 6% auto 0;
  width: calc( 68 / 165 * 100%);
}
.item02 .col_box .col_box_inner .img_box figcaption {
  font-size: .875rem;
  padding: 3% 0;
  text-align: center;
}
.item02 .col_box .col_box_inner .txt_box {
  float: right;
  width: 50%;
}
.item02 .col_box .col_box_inner .txt_box .list > li p {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.item02 .col_box .col_box_inner .txt_box .list > li p::before {
  background-color: #234879;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 8px;
}
.item02 .col_box .color_red .col_box_inner .txt_box .list > li p::before {
  background-color: #971a49;
}
.item02 .col_box .col_box_inner .txt_box .list .list_sub {
  padding-left: 17%;
}
.item02 .col_box .col_box_inner .txt_box .list .list_sub li {
  text-indent: -1em;
}
.item02 .col_box .col_box_inner .txt_box .list .list_sub li::before {
  content: "・";
  display: inline;
}
.item02 .col_box .col_box_inner .txt_box .notice {
  font-size: .875rem;
  margin: 5% 0 0 8.1%;
  text-indent: -1em;
}
.item02 .col_box .col_box_inner .txt_box .notice::before {
  content: "※";
  display: inline;
}

@media screen and (max-width: 736px) {
  .item02 {
    margin-top: 10%;
  }
  .item02 .col_box .col_box_inner .img_box figcaption {
    font-size: .7rem;
  }
  .item02 .col_box .col_box_inner .txt_box .list > li p {
    font-size: 1rem;
  }
}

/*.detail_box02*/
.cont_main_inner .detail_box02 {
  float: left;
  margin: 4.4% 0 0 2.2%;
  width: calc( 708 / 980 * 100%);
}
.detail_box02 .col_box {
  overflow: hidden;
}
.detail_box02 .col_box li {
  float: left;
  width: calc( 344 / 708 * 100%);
}
.detail_box02 .col_box li:nth-child(2) {
  margin-left: 2.5%;
}
.detail_box02 .col_box li .col_box_inner {
  overflow: hidden;
}
.detail_box02 .col_box li .col_box_inner figure {
  float: left;
  margin: 2% 0 0 2.6%;
  width: calc( 96 / 344 * 100%);
}
.detail_box02 .col_box li .col_box_inner .txt_box {
  float: right;
  width: calc( 226 / 344 * 100%);
}
.detail_box02 .col_box li .col_box_inner .txt_box .notice {
  font-size: .875rem;
  margin: 0 0 0 7%;
  text-indent: -1em;
}
.detail_box02 .col_box li .col_box_inner .txt_box .notice::before {
  content: "※";
  display: inline;
}
.detail_box02 + .img_box {
  float: right;
  margin: 5% 1.6% 0 0;
  width: calc( 216 / 980 * 100%);
}

@media screen and (max-width: 736px) {
  .cont_main_inner .detail_box02 {
    float: none;
    margin: 10% 0 0;
    width: 100%;
  }
  .detail_box02 .col_box li {
    float: none;
    width: 100%;
  }
  .detail_box02 .col_box li:nth-child(2) {
    margin: 5% 0 0;
  }
  .detail_box02 .col_box li .col_box_inner {
    margin: 0 3%;
  }
  .detail_box02 .col_box li .col_box_inner figure {
    margin: 3% 0 0 6%;
    width: 30%;
  }
  .detail_box02 .col_box li .col_box_inner .txt_box {
    width: 53%;
  }
}


/*----------------------------------------
  .ttl_h2_type01
----------------------------------------*/
.cont_inner .ttl_h2_type01 {
  border-bottom: solid 2px #B9AF7C;
  -webkit-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -moz-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -o-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  border-image: url(../image/border.jpg) 1 stretch;
  color: #2D5924;
  font-family: 'Noto Serif TC', serif;
  font-size: 230%;
  margin-bottom: 2%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0 0 3px 7px;
  position: relative;
}
.cont_inner .ttl_h2_type01:after {
  border-bottom: solid 2px #705A24;
  bottom: -2px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  width: 25%;
}

@media screen and (max-width: 736px) {
  .cont_inner .ttl_h2_type01 {
    font-size: 7vw;
    font-weight: bold;
    margin-bottom: 3%;
    width: 100%;
  }
  .cont_inner .img_cg {
    margin: 0 auto;
    width: 40%;
  }
}

/*----------------------------------------
  .ttl_h2_type02
----------------------------------------*/
.ttl_h2_type02 {
  background: url(../image/bg-ttl01.gif) repeat top;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 175%;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 3px 0 2px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .ttl_h2_type02 {
    font-size: 5.5vw;
    margin-bottom: 5%;
  }
}

/*----------------------------------------
  .ttl_h3_type01
----------------------------------------*/
.ttl_h3_type01 {
  color: #4C3E04;
  border-bottom: 1px solid #b9aa57;
  font-family: 'Noto Serif TC', serif;
  font-size: 143.75%;
  font-weight: bold;
  letter-spacing: .11em;
  margin-bottom: 1.8%;
  padding-left: 1.3em;
  position: relative;
}
.ttl_h3_type01:before {
  background: url(../image/ico-star.png) center center no-repeat;
  background-size: 1em;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .ttl_h3_type01 {
    font-size: 2.3vw;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 736px) {
  .ttl_h3_type01 {
    font-size: 5.5vw;
    margin-bottom: 3%;
  }
}

/*----------------------------------------
  .ttl_h4_type01
----------------------------------------*/
.ttl_h4_type01 {
  background: #9cb2a0;
  font-size: .875rem;
  font-weight: normal;
  padding: 2px 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .ttl_h4_type01 {
    font-size: 4vw;
  }
}

/*----------------------------------------
  .ttl_h4_type02
----------------------------------------*/
.ttl_h4_type02 {
  border-bottom: 1px solid #3766a0;
  color: #164074;
  font-family: 'Noto Serif TC', serif;
  font-size: 1.25rem;
  font-weight: normal;
}
.ttl_h4_type02 span {
  background-color: #3766a0;
  color: #fffefe;
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 3%;
  padding: .5% 2.2%;
}
.color_red .ttl_h4_type02 {
  border-bottom: 1px solid #bf376a;
  color: #971a49;
}
.color_red .ttl_h4_type02 span {
  background-color: #bf376a;
}

@media screen and (max-width: 900px) and (min-width: 737px) {
  .ttl_h4_type02 {
    font-size: 2.4vw;
  }
  .ttl_h4_type02 span {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 736px) {
  .ttl_h4_type02 {
    font-size: 5vw;
  }
  .ttl_h4_type02 span {
    font-size: 4.6vw;
  }
}
