@charset "utf-8";
:root {
  --color1: #009e52;
  --color2: #eef5f2;
  --color3: #fff;
  --color4: #084aa8;
  --color5: #bbb;
  --color6: #edff00;
  --font52: 52px;
  --font48: 48px;
  --font46: 46px;
  --font40: 40px;
  --font32: 32px;
  --font30: 30px;
  --font28: 28px;
  --font26: 26px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
}
body {
  overflow-x: hidden;
}
body .ttlbox {
  display: none;
}
.section{
 margin-bottom: 0;
}
.kasoucontents h4 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.kasoucontents h5 {
    color: #009e52;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#office_security section {
  margin-top: 70px;
}
#office_security h3 {
 text-align: center;
  font-size: var(--font30);
  color: var(--color1);
  margin-bottom: 50px;
  font-weight: bold;
}
#office_security h4 {
  display: block;
  text-align: left;
  margin: 0 0 30px;
  font-size: var(--font24);
}
#office_security img {
  width: 100%;
}
#office_security p {
  font-size: var(--font18);
  text-align: left;
}
#office_security a {
  box-sizing: border-box;
}
.flex_box .tx_box, .flex_box > p{
 margin-bottom: 20px;
}
#office_security .btn01 a {
  display: block;
  width: 100%;
  margin: 50px auto 0;
  font-size: var(--font16);
  background-color: var(--color1);
  padding: 15px 0;
  color: var(--color3);
  border-radius: 0.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 10px var(--color5);
  transition: all 0.3s;
  border: 2px solid var(--color1);
}
#office_security .btn01 a:hover {
  background-color: var(--color3);
  color: var(--color1);
  box-shadow: none;
}

.marker01{
 background: linear-gradient(transparent 50%, #edff00 50%);
}
@media print, screen and (min-width:768px){
   #office_security section {
    margin-top: 100px;
  }
  #office_security h3 {
    font-size: var(--font32);
    color: var(--color1);
    margin-bottom: 80px;
    font-weight: bold;
  }
  #office_security h54 {
    margin: 0;
    padding: 0 0 30px;
    font-size: var(--font26);
  }
  #office_security img {
    width: 100%;
  }
  #office_security p {
    font-size: var(--font18);
    text-align: left;
  }
 .flex_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 }
 .flex_box .tx_box, .flex_box > p{
  width: 55%;
  margin-bottom: 0;
 }
 .flex_box figure{
  width: 40%;
 }
 #office_security .btn01 a {
    width: 60%;
    font-size: var(--font24);
    /*margin-top: 100px;*/
  }
 .br768{
  display: none;
 }
}
#office_security #mv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#office_security #mv .mv__bg {
  height: 700px;
  background-image: url(/wp-content/themes/office_kukan_design_theme/img/office_security_img/bg_title_office_security.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
  background-position: 75%;
}
@media screen and (min-width: 768px) {
  #office_security #mv .mv__bg {
    background-position: center;
  }
}
#office_security #mv .mv__bg::before {
  /*  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aeaeae;
  opacity: 0.5;*/
}
#office_security #mv .mv__container {
  /*width: 80%;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  padding: 40px;
}
#office_security #mv .mv__container h2 {
  color: #ffffff;
  background: rgba(48,139,205,0.8);
  float: none;
  font-size: var(--font28);
  text-align: center;
  text-shadow: 2px 2px 3px #005891, 2px 2px 3px #005891;
  font-weight: bold;
  display: block;
  padding: 20px 10px;
  margin: 0 auto;
  line-height: 1.3em;
  width: 100%;
  box-shadow: 1px 1px 3px #005891;
}
#office_security #mv .mv__container--header{
 background: rgba(255, 255, 255, 0.8);
 padding: 60px 30px;
 margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #office_security #mv .mv__container h2 {
    line-height: 1.3em;
    font-size: var(--font40);
    padding: 30px 50px;
  }
}
@media screen and (min-width: 992px) {
  #office_security #mv .mv__container h2 {
    font-size: var(--font52);
   margin: 0 auto ;
  }
 #office_security #mv .mv__container--header{
 margin-top: 50px;
}
}
@media screen and (min-width: 1550px) {
  #office_security #mv .mv__container h2 {
   width: 85%;
  }
}
#office_security #mv .mv__container h2 + p {
  font-size: var(--font18);
  font-weight: 700;
  line-height: 1.8em;
  margin: 15px 0;
  text-align: center;
  color: #009e52;
}
#office_security #mv .mv__container p br{
 display: none;
}
#office_security #mv .mv__container .dl_tx{
 text-align: center;
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 10px;
 text-shadow: 1px 1px 2px #fff, 1px 1px 2px #fff;
} 
@media screen and (min-width: 768px) {
  #office_security #mv .mv__container h2 + p {
    font-size: var(--font26);
    margin: 30px 0;
  }
 #office_security #mv .mv__container .dl_tx{
 font-size: 24px;
}
}
@media screen and (min-width: 992px) {
  #office_security #mv .mv__container p br {
    display: inline;
  }
}
#office_security #mv .mv__container a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: var(--font16);
  background-color: #ff9900;
  padding: 15px 0;
  color: #fff;
  /*border: 2px solid var(--color6);*/
  border-radius: 0.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 10px #333;
  text-decoration: none;
  transition: all 0.3s;
}
#office_security #mv .mv__container a:hover {
  background-color: var(--color3);
  border: 2px solid #ff9900;
  color: #ff9900;
 box-shadow: none;
}
/*#office_security #mv .mv__container .mv__container--header {
  margin-bottom: 100px;
}*/
/*----------------------------------------メインイメージ右の画像*/
#office_security #mv .row > div:first-child {
  margin-bottom: 15px;
}
#office_security #mv .row > div img {
  width: 100px;
}
@media screen and (min-width: 944px) {
  #office_security #mv .row > div img {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  #office_security #mv .row > div img {
    width: 250px;
  }
}
#office_security #mv .mv__box {
  position: relative;
}
#office_security #mv .mv__box ul {
  position: absolute;
  top: -30px;
  width: 100%;
  padding: 0 15px;
}
#office_security #mv .mv__box ul li {
  background: #fff;
  color: #009e52;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font16);
  font-weight: bold;
  position: relative;
  border: 1px solid #009e52;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #eee;
  margin-bottom: 20px;
  padding-left: 0;
}

 /*intro*/
 #intro .flex_box p {
  margin-bottom: 20px;
 }
 
 #intro .flex_box p .tx_strong{
  font-weight: 700;
 }
 #intro .flex_box figure img{
  width: 100%;
  height: auto;
 }
 
 @media screen and (min-width: 992px){
  #intro .flex_box{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
  }
  #intro .flex_box p{
   width: 55%;
   margin-bottom: 0;
  }
  #intro .flex_box figure{
   width: 40%;
  }
  
 }
/*security_image*/
#office_security #security_image{
 background: #eef5f2;
 padding: 50px 0;
}

#office_security #security_image .security_image_conteiner {
  margin: 50px auto;
}
#office_security #security_image .security_image_conteiner h4{
 font-size: 18px;
 margin: 0;
 padding: 0 0 10px;
}
#office_security #security_image .security_image_conteiner > div > ul > li h4 a{
 text-decoration: underline;
 color: #006592;
}
#office_security #security_image .security_image_conteiner > div {
  margin: 50px 0;
}
#office_security #security_image .security_image_conteiner > div > ul{
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 flex-wrap: wrap;
 margin-top: 20px;
}
#office_security #security_image .security_image_conteiner > div > ul > li:nth-child(2n+1){
 margin-right: 80px;
 }
#office_security #security_image .security_image_conteiner > div ul li ul{
 margin-bottom: 20px;
}
#office_security #security_image .security_image_conteiner > div ul li ul li{
 padding-left: 0;
}
@media print, screen and (min-width:576px){
 #office_security #security_image .security_image_conteiner > div > ul > li{
  width: calc(100% / 3);
 }
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(2n+1){
 margin-right: 0;
 }
}
@media print, screen and (min-width:768px){
 #office_security .displayflexPC {
    position: relative;
  }
 #office_security #security_image .security_image_conteiner > div > ul{
  display: block;
 }
 #office_security #security_image .security_image_conteiner > div > ul > li{
  position: absolute;
  width: 280px;
  padding: 15px;
 }
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(1){
  top:70px;
  left: 30px;
  color: #fff;
  background: rgba(0,49,92,0.8);
 }
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(2){
  bottom:20px;
  right: 160px;
  color: #fff;
  background: rgba(0,129,222,0.8);
 }
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(3){
  top:40px;
  right: 80px;
  color: #fff;
  background: rgba(0,141,108,0.8);
 }
 #office_security #security_image .security_image_conteiner > div > ul > li h4 a{
  color: #fff;
 }
 #office_security #security_image .security_image_conteiner > div > ul > li h4 a:hover{
  color: #ff9900;
 }
 #office_security #security_image .security_image_conteiner > div > ul > li > ul{
  margin-bottom: 0;
 }
}
@media print, screen and (min-width:992px){
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(1){
  top:120px;
  left: 50px;
 }
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(2){
  bottom:40px;
  right: 280px;
 }
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(3){
  top:70px;
  right: 150px;
 }
 #office_security #security_image .security_image_conteiner > div {
    margin: 80px 0;
  }
 
  /*#office_security .displayflexPC > figure {
    width: 55%;
  }*/
 #office_security #security_image .security_image_conteiner > div > ul{
 margin-bottom: 0;
}
}
@media print, screen and (min-width:1200px){
 #office_security #security_image .security_image_conteiner > div > ul > li:nth-child(2){
  bottom:90px;
  right: 280px;
 }
}

/*zoning*/
#zoning p{
 margin-bottom: 20px;
}

#zoning .table_scroll{
 overflow-x: scroll;
}

#zoning table{
 width: 100%;
 font-size: 16px;
 border-collapse: collapse;
}
#zoning table tr th, #zoning table tr td{
 white-space: nowrap;
 padding: 10px;
 border: 1px solid #009e52;
}
#zoning table tr th{
 text-align: center;
 width: 33.333333%;
 color: #009e52;
 background: #eef5f2;
}

#zoning table tr td{
 text-align: left;
}
#zoning .tx_attention{
  font-size: 12px;
  margin-top: 15px;
 }
@media print, screen and (min-width:992px){
  #zoning .tx_attention{
  display: none;
 }
}

/*management*/
#management{
 background: #eef5f2;
 padding: 50px 0;
}
#management h4{
 text-align: center;
 margin: 80px 0 35px;
 font-size: 28px;
 padding: 0;
}

#management > div > p{
 text-align: center;
 margin-bottom: 15px;
}

#management ul li{
 background: #fff;
 padding: 15px;
 margin-bottom: 30px;
}
#management ul li h4{
 text-align: center;
 font-size: 20px;
 color: rgb(255,153,0);
 border: 1px solid rgb(255,153,0);
 padding: 10px;
 border-radius: 10px;
}
@media print, screen and (min-width:768px){
 #management ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
 }
  #management ul li{
  width: calc(100% / 2 - 10px);
 }
}
@media print, screen and (min-width:992px){
 #management ul li{
  width: calc(100% / 4 - 10px);
 }
 
}

/*reason*/
#reason .reason_container .flex_box{
 margin-bottom: 60px;
}
#reason h4{
 font-size: 28px;
 text-align: center;
 margin: 0 0 50px;
}
#reason h5{
 text-align: center;
 font-size: 22px;
 color: #000;
 margin-bottom: 30px;
}

#reason .merit li{
 padding-left: 0;
}

#reason .merit li:not(:last-child){
 margin-bottom: 80px;
}

@media print, screen and (min-width:768px){
 #reason .reason_container .flex_box{
 margin-bottom: 110px;
}
 #reason .merit li:nth-child(2n+1){
  flex-direction: row-reverse;
 }
 #reason .merit li:not(:last-child){
 margin-bottom: 110px;
}
}

/*up_grade*/
#up_grade{
 background: #eef5f2;
 padding: 50px 0;
}
#up_grade h4{
 text-align: center;
 margin: 15px 0;
 padding: 0;
}

#up_grade ul li{
 background: #fff;
 padding: 15px;
 margin-bottom: 30px;
}
@media print, screen and (min-width:768px){
 #up_grade ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
 }
  #up_grade ul li{
  width: calc(100% / 2 - 15px);
 }
}
@media print, screen and (min-width:992px){
 
 #up_grade ul li{
  width: calc(100% / 3 - 15px);
 }
}
/*camera_recorder*/
#camera_recorder .flex_box .tx_box div{
  background: #eef5f2;
 border: 1px solid #009e52;
 padding: 20px;
 margin: 10px 0;
}
#camera_recorder ul li{
 padding-left: 0;
}



/*partition*/
#partition{
 background: #eef5f2;
 padding: 50px 0;
}

#office_security #security {
  margin-bottom: 50px;
}
#office_security #security .security__container a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: var(--font16);
  background-color: var(--color1);
  padding: 15px 0;
  color: var(--color3);
  border-radius: 0.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 10px var(--color5);
  transition: all 0.3s;
  border: 2px solid var(--color1);
}
#office_security #security .security__container a:hover {
  background-color: var(--color3);
  color: var(--color1);
  box-shadow: none;
}
#office_security #security .security__container .security__container--first div {
  margin: 40px 0;
}
#office_security #security .security__container .security__container--first div p {
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
#office_security #security .security__container .security__container--second {
  margin: 50px 0;
}
#office_security #security .security__container .security__container--second .measures {
  margin: 10px 0px;
  padding: 15px 20px;
  background-color: var(--color2);
  border: 1px solid var(--color1);
}
#office_security #security .security__container .security__container--second .measures p {
  font-weight: bold;
}
#office_security #security .security__container .security__container--second .measures ul {
  list-style: square;
  padding: 15px 20px;
}
#office_security #security .security__container .security__container--second .measures ul li {
  font-weight: normal;
  font-size: var(--font16);
}
#office_security #security .security__container .security__container--second > div {
  margin: 50px 0;
}
#office_security #features {
  padding-right: calc(0vw);
  padding-left: calc(0vw);
  margin: 0;
}
#office_security .features__bg {
  background-color: #eef5f2;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 0;
}
#office_security #products {
  margin-top: 80px;
}
#office_security #products h3 {
  margin-bottom: 0;
}
#office_security #products .products__container--first > div {
  margin: 0 auto 40px;
}
#office_security #products .products__container--first > div > div {
  margin: 15px 0;
}
#office_security #products .products__container--first > div > div:nth-child(2) {
  height: 100%;
}
#office_security #products .products__container--first > div > div.size_cng {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #office_security #products .products__container--first > div > div.size_cng {
    padding-top: 175px;
  }
}
#office_security #products .products__container--second {
  margin: 50px 0;
}
#office_security #products .products__container--second > div {
  margin: 40px 0;
}
#office_security #products .products__container--second > div > div {
  margin: 15px 0;
}
#office_security #products .font-bold {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
#office_security #products .products__container--first > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#office_security #products .products__container--first div img {
  height: auto;
  width: auto;
  max-width: 100%;
}
#office_security #products .hikaku {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#office_security #products .hikaku figure {
  margin: 0 auto 30px;
}
#office_security #products .hikaku figure img {
  width: auto;
  max-width: 100%;
}
#office_security #products .hikaku h5 {
  text-align: center;
}
/*-------------------------------------------#products_02*/
#office_security #products_02 {
  background-color: #eef5f2;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#office_security #products_02 h5 {
  text-align: center;
  margin-top: 15px;
}
#office_security #products_02 .products__container--second.displayflexPC {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#office_security #products_02 .products__container--second.displayflexPC > div {
  width: 100%;
  padding: 0;
  margin: 0 2.5% 30px;
}
@media screen and (min-width: 768px) {
  #office_security #products_02 .products__container--second.displayflexPC > div {
    width: 45%;
  }
}
/*-------------------------------------------#movie_area*/
#office_security #movie_area {
  background: #e2ffe2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
#office_security #movie_area figure {
  margin: 0 auto 30px;
}
#office_security #movie_area figure img {
  width: auto;
  max-width: 100%;
  box-shadow: 1px 1px 2px #999, -1px -1px 2px #999;
}
#office_security #movie_area h5 {
  text-align: center;
  margin-top: 15px;
}
/*-------------------------------------------#price*/
#office_security #price {
  margin-bottom: 100px;
}
#office_security #price .price__container div {
  text-align: right;
}
#office_security #price .price__container div table {
  text-align: center;
  font-size: var(--font16);
  margin-bottom: 0;
}
#office_security #price .price__container div table th {
  text-align: center;
  border-right: 3px solid var(--color3);
  background-color: var(--color1);
  color: var(--color3);
}
#office_security #price .price__container div table tr {
  border-right: 3px solid var(--color3);
  border-bottom: 3px solid var(--color3);
  background-color: var(--color2);
}
#office_security #price .price__container div table td {
  border-bottom: 3px solid var(--color3);
  border-right: 3px solid var(--color3);
  vertical-align: middle;
  padding: 15px;
}

#price .tx_cent {
  text-align: center;
}
#price dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border: 1px solid #009e52;
  padding: 20px;
  border-radius: 10px;
  color: #666;
}
#price dl dt, #price dl dd {
  font-weight: 700;
  height: 100%;
  padding: 0 20px;
}
#price dl dt h5 {
  font-weight: 700;
  font-size: 18px;
}
#price dl dd {
  font-size: 18px;
}
#price dl dd span {
  font-size: 16px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #price dl dt h5 {
    font-size: 22px;
  }
  #price dl dd {
    font-size: 22px;
  }
  #price dl dd span {
    font-size: 18px;
  }
}
#price .price__container small {
  display: block;
  text-align: right;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  #price dl {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  
  #office_security #mv {
  }
  /*  #office_security #mv .mv__container .mv__container--header {
    margin-bottom: 140px;
  }*/
  /*  #office_security #mv .mv__container .mv__container--header h2 br {
    display: none;
  }*/
  
  #office_security #mv .mv__container a {
    font-size: var(--font24);
    width: 50%;
    min-width: 530px;
  }
  #office_security #mv .mv__box ul {
    display: flex;
    justify-content: space-between;
  }
  #office_security #mv .mv__box ul li {
    width: 30%;
  }

 
 
 
  
  #office_security #security {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #office_security #security .security__container a {
    margin-top: 50px;
    width: 60%;
    font-size: var(--font24);
  }
  #office_security #security .security__container .security__container--first {
    margin-top: 80px;
  }
  #office_security #security .security__container .security__container--first > div {
    width: 30%;
  }
  #office_security #security .security__container .security__container--second > div {
    display: flex;
    justify-content: space-around;
    margin: 80px 0;
  }
  #office_security #security .security__container .security__container--second > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
  #office_security #security .security__container .security__container--second > div > div {
    width: 45%;
  }
  #office_security .features_bg {
    padding: 80px 0;
  }
  #office_security #products .products__container--first > div {
    width: 30%;
  }
  #office_security #products .products__container--second {
    margin: 0;
  }
  #office_security #products .products__container--second > div {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  #office_security #products .products__container--second > div h5 {
    margin-top: 50px;
  }
  
}