@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body.security_camera {
  background-color: #FFF9EB;
}
body.security_camera .entry-tool ul li:nth-child(1), body.security_camera .entry-tool ul li:nth-child(2) {
  display: none;
}
body.security_camera .contact-area__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.security_camera .contact-area__item:first-child {
  display: none;
}
body.security_camera .content-wrap {
  padding: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1023px) {
  body.security_camera .container {
    max-width: 1185px;
  }
}
body.security_camera .mv {
  width: 100%;
  margin: 0;
}
body.security_camera .link-area {
  background: #fff;
  padding: 4em 0;
}
body.security_camera .link-area h2 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 0;
}
body.security_camera .link-area .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
body.security_camera .link-area .content-link li {
  width: 100%;
  margin-top: 20px;
}
body.security_camera .link-area .content-link li a {
  display: block;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(206, 160, 21, 0.2);
          box-shadow: 0px 5px 14px 0px rgba(206, 160, 21, 0.2);
  color: #41474B;
}
body.security_camera .link-area .content-link li dl {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.security_camera .link-area .content-link li dl dt, body.security_camera .link-area .content-link li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.security_camera .link-area .content-link li dl dt {
  width: 58px;
  height: 88px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
body.security_camera .link-area .content-link li dl dd {
  width: calc(100% - 58px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  background-position: top 50% right 10px;
  background-size: 8px;
  background-repeat: no-repeat;
}
body.security_camera .link-area .content-link li:nth-child(1) a {
  border-color: #F25057;
}
body.security_camera .link-area .content-link li:nth-child(1) a dl dt {
  background-color: #F25057;
}
body.security_camera .link-area .content-link li:nth-child(1) a dl dd {
  background-image: url(../../../service/security_camera/img/icon_arrow_link01.svg);
}
body.security_camera .link-area .content-link li:nth-child(2) a {
  border-color: #FFC73C;
}
body.security_camera .link-area .content-link li:nth-child(2) a dl dt {
  background-color: #FFC73C;
}
body.security_camera .link-area .content-link li:nth-child(2) a dl dd {
  background-image: url(../../../service/security_camera/img/icon_arrow_link02.svg);
}
body.security_camera .link-area .content-link li:nth-child(3) a {
  border-color: #4772B4;
}
body.security_camera .link-area .content-link li:nth-child(3) a dl dt {
  background-color: #4772B4;
}
body.security_camera .link-area .content-link li:nth-child(3) a dl dd {
  background-image: url(../../../service/security_camera/img/icon_arrow_link03.svg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.security_camera .link-area .content-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.security_camera .link-area .content-link li {
    width: calc(50% - 30px);
    margin: 10px;
  }
}
@media print, screen and (min-width: 1023px) {
  body.security_camera .link-area .content-link li {
    width: calc(33.3333333333% - 27px);
  }
}
body.security_camera section {
  padding: 3em 0;
}
body.security_camera section .h2-01 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
body.security_camera section .h2-01 .number {
  font-family: "EB Garamond", serif;
  font-size: 58px;
  font-size: 5.8rem;
}
body.security_camera section .h3-01 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border: none;
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.security_camera section .h3-01::after {
  display: block;
  content: " ";
  width: 90px;
  height: 3px;
  background-color: #FFC73D;
  margin: 15px auto 0;
}
body.security_camera section .lead {
  color: #41474B;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2.4em;
}
body.security_camera section.sec001 .reason__wrap {
  border-color: #F25057;
}
body.security_camera section.sec001 .reason__wrap .h2-01 {
  color: #F25057;
}
body.security_camera section.sec001 .reason__wrap .h3-01::after {
  background-color: #F25057;
}
body.security_camera section.sec002 {
  padding: 0 0 5em;
}
body.security_camera section.sec002 .reason__wrap {
  border-color: #FFC73C;
}
body.security_camera section.sec002 .reason__wrap .h2-01 {
  color: #FFC73C;
}
body.security_camera section.sec002 .reason__wrap .h3-01::after {
  background-color: #FFC73C;
}
body.security_camera section.sec003 {
  padding: 0 0 5em;
}
body.security_camera section.sec003 .reason__wrap {
  border-color: #4772B4;
}
body.security_camera section.sec003 .reason__wrap .h2-01 {
  color: #4772B4;
}
body.security_camera section.sec003 .reason__wrap .h3-01::after {
  background-color: #4772B4;
}
body.security_camera section.sec004 {
  background-color: #fff;
}
body.security_camera section.sec005 .lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2.4em;
  line-height: 1.5;
}
body.security_camera section.sec005 table {
  margin-top: 3.2em;
  font-weight: 600;
}
body.security_camera section.sec005 table th, body.security_camera section.sec005 table td {
  padding: 15px 1em;
  border: none;
  border-bottom: 1px solid #C4C4C4;
}
body.security_camera section.sec005 table th {
  background-color: #E3E3E3;
  font-weight: 600;
}
body.security_camera section.sec005 table td {
  background-color: #fff;
}
body.security_camera section.sec005 table tr:first-child th {
  border-radius: 10px 0 0 0;
}
body.security_camera section.sec005 table tr:first-child td {
  border-radius: 0 10px 0 0;
}
body.security_camera section.sec005 table tr:last-child th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
body.security_camera section.sec005 table tr:last-child td {
  border-radius: 0 0 10px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  body.security_camera section.sec005 table {
    margin-top: 1.6em;
  }
  body.security_camera section.sec005 table th, body.security_camera section.sec005 table td {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
  body.security_camera section.sec005 table tr:first-child th {
    border-radius: 10px 10px 0 0;
  }
  body.security_camera section.sec005 table tr:first-child td {
    border-radius: 0;
  }
  body.security_camera section.sec005 table tr:last-child th {
    border-radius: 0 0 10px 10px;
  }
  body.security_camera section.sec005 table tr:last-child td {
    border-radius: 0;
  }
}
body.security_camera section.sec006 {
  background-color: #fff;
}
body.security_camera section .reason__wrap {
  background-color: #fff;
  border-radius: 10px;
  border-width: 3px;
  border-color: #FFC73D;
  border-style: solid;
  padding: 1em 1.5em;
}
body.security_camera section .reason__img {
  margin-top: 2.4em;
}
body.security_camera section .reason__img img {
  display: block;
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}
body.security_camera section .function__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4em;
}
body.security_camera section .function__img {
  width: 100%;
}
body.security_camera section .function__img img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
body.security_camera section .function__list {
  width: 100%;
  margin-top: 10px;
}
body.security_camera section .function__list ul {
  margin: 0;
}
body.security_camera section .function__list ul li {
  width: 100%;
  margin-top: 20px;
}
body.security_camera section .function__list ul li .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
body.security_camera section .function__list ul li .mark::before, body.security_camera section .function__list ul li .mark::after {
  display: block;
  content: "／";
  margin-left: 3px;
  margin-bottom: -5px;
}
body.security_camera section .function__list ul li .mark::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 0;
  margin-right: 3px;
}
body.security_camera section .function__list ul li dl {
  margin: 0;
}
body.security_camera section .function__list ul li dl dt {
  width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  border: 3px solid #FFC73C;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
body.security_camera section .function__list ul li dl dt .icon {
  width: 61px;
  height: 61px;
  border-radius: 32px;
  background: #FFC73C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-size: 3.2rem;
}
body.security_camera section .function__list ul li dl dt .txt {
  width: calc(100% - 61px);
}
body.security_camera section .function__list ul li dl dt sup {
  font-size: 60%;
  font-weight: normal;
}
body.security_camera section .function__list ul li dl dd {
  margin-top: 20px;
  color: #888;
  line-height: 1.5;
}
body.security_camera section .function__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
body.security_camera section .function__detail-item {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #FFC73C;
  margin-top: 1.6em;
}
body.security_camera section .function__detail-item h4 {
  background-color: #FFC73C;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
  padding: 0.5em 0;
  margin: 0;
}
body.security_camera section .function__detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
body.security_camera section .function__detail-box .img {
  width: 60px;
}
body.security_camera section .function__detail-box ul {
  width: calc(100% - 60px);
  margin-top: 0;
  padding-left: 20px;
}
body.security_camera section .function__detail-box ul li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 10px 0;
  padding-left: 17px;
}
body.security_camera section .function__detail-box ul li::before {
  display: block;
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #FFC73C;
  position: absolute;
  top: 0.5em;
  left: 0;
}
body.security_camera section .function__detail-box ul li .small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  display: block;
  margin-left: -17px;
}
body.security_camera section .support__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FFF9EB;
  border-radius: 10px;
  padding: 1.5em;
  margin-top: 30px;
}
body.security_camera section .support__txt {
  width: 100%;
}
body.security_camera section .support__txt h4 {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 8px 20px;
  background-color: #FC9338;
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  display: inline-block;
  margin-top: 0;
}
body.security_camera section .support__txt p {
  font-size: 14px;
  font-size: 1.4rem;
}
body.security_camera section .support__txt p.link {
  margin-top: 3.2em;
}
body.security_camera section .support__txt p.link a {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
body.security_camera section .support__img {
  width: 100%;
  margin-top: 1.6em;
}
body.security_camera section dl.price {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  margin: 50px auto 0;
}
body.security_camera section dl.price dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 10px 0 0;
  background: #FFF9EB;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em 2em;
  border-bottom: 1px solid #FFC73D;
}
body.security_camera section dl.price dd {
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: #FFF9EB;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  padding: 0.5em 1em;
}
body.security_camera section dl.price dd .large {
  font-size: 27px;
  font-size: 2.7rem;
}
body.security_camera section dl.price dd .arrow {
  display: block;
}
body.security_camera section dl.price dd .usually {
  display: inline-block;
  border-bottom: 3px solid #FC9338;
  padding-bottom: 4px;
  position: relative;
}
body.security_camera section dl.price dd .usually::after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #fc9338;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
body.security_camera section dl.price dd .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
body.security_camera section dl.price dd .set__icon {
  width: 115px;
  height: 55px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 199, 61)), to(rgb(255, 157, 0)));
  background: linear-gradient(180deg, rgb(255, 199, 61) 0%, rgb(255, 157, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
body.security_camera section dl.price dd .set__price {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  padding-left: 20px;
}
body.security_camera section dl.price dd .set__price .attention {
  color: #F25057;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600px;
}
body.security_camera section dl.price dd .set__price .x-large {
  font-size: 40px;
  font-size: 4rem;
}
body.security_camera section .flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6em;
  padding: 0 2em;
}
body.security_camera section .flow__item {
  width: 100%;
  margin-top: 3em;
  background-color: #FFF9EB;
  border-radius: 10px;
  padding: 5em 1.2em 1.2em;
  position: relative;
}
body.security_camera section .flow__item .number {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFC73C;
  border-radius: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}
body.security_camera section .flow__item .img {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
body.security_camera section .flow__item h3 {
  width: 100%;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  padding: 0;
}
body.security_camera section .flow__item p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
body.security_camera section .app-box {
  width: 90%;
  max-width: 800px;
  margin-top: 3.2em;
  border: 1px solid #009D94;
  background-color: #fff;
  border-radius: 25px;
  padding: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
body.security_camera section .app-box .icon {
  width: 100%;
  text-align: center;
}
body.security_camera section .app-box .icon img {
  max-width: 120px;
}
body.security_camera section .app-box .txt {
  margin-top: 1.6em;
}
body.security_camera section .app-box .txt h2 {
  margin-top: 0;
}
body.security_camera section .app-box .txt .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #41474B;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
}
body.security_camera section .app-box .txt .catch::before, body.security_camera section .app-box .txt .catch::after {
  display: block;
  content: "／";
  margin-left: 3px;
  margin-bottom: -5px;
}
body.security_camera section .app-box .txt .catch::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 0;
  margin-right: 3px;
}
body.security_camera section .app-box .link-btn {
  margin-top: 10px;
}
body.security_camera section .app-box .link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  border-radius: 2em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(95, 191, 202)), to(rgb(0, 157, 148)));
  background: linear-gradient(90deg, rgb(95, 191, 202) 0%, rgb(0, 157, 148) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(91, 189, 199, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(91, 189, 199, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0;
  width: 365px;
  max-width: 100%;
  height: 62px;
  color: #41474B;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
body.security_camera section .app-box .link-btn a:visited {
  color: #fff;
}
body.security_camera section .app-box .link-btn a::after {
  content: " ";
  display: block;
  width: 5px;
  height: 9px;
  background: url(../../img/icon_arrow_w.svg) 50% 50% no-repeat;
  background-size: 5px;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -5px;
}
@media print, screen and (min-width: 1023px) {
  body.security_camera section .app-box .link-btn a:hover {
    background-position: 99% 50%;
    color: #fff;
  }
}
body.security_camera section .terms {
  margin-top: 4em;
}
body.security_camera section .terms a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  border: 3px solid #009D94;
  border-radius: 2em;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(91, 189, 199, 0.1);
          box-shadow: 0px 5px 14px 0px rgba(91, 189, 199, 0.1);
  padding: 0;
  width: 365px;
  max-width: 100%;
  height: 62px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #41474B;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
body.security_camera section .terms a:visited {
  color: #41474B;
}
body.security_camera section .terms a::after {
  content: " ";
  display: block;
  width: 5px;
  height: 9px;
  background: url(../../../service/security_camera/img/icon_arrow_g.svg) 50% 50% no-repeat;
  background-size: 5px;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -5px;
}
@media print, screen and (min-width: 1023px) {
  body.security_camera section .terms a:hover {
    background-color: #E4F3F5;
    color: #41474B;
  }
}
body.security_camera section .notice {
  max-width: 800px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
  line-height: 1.5;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  body.security_camera section .lead {
    text-align: center;
  }
  body.security_camera section .function__img {
    width: 50%;
  }
  body.security_camera section .function__img img {
    max-width: 290px;
    margin: 0;
  }
  body.security_camera section .function__list {
    width: 50%;
    margin-top: 0;
  }
  body.security_camera section .function__list ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  body.security_camera section .function__list ul li {
    margin-top: 0;
  }
  body.security_camera section .function__list ul li dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.security_camera section .function__detail {
    margin-top: 0;
  }
  body.security_camera section .function__detail-item {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
  body.security_camera section .function__detail-item h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2;
  }
  body.security_camera section .support__wrap {
    padding: 2em;
  }
  body.security_camera section .support_txt h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.security_camera section dl.price {
    margin: 50px auto;
  }
  body.security_camera section dl.price dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 25%;
    border-radius: 10px 0 0 10px;
    border-bottom: none;
    border-right: 1px solid #FFC73D;
    text-align: left;
    margin-bottom: 40px;
    padding: 1em 2em;
  }
  body.security_camera section dl.price dd {
    width: 75%;
    border-radius: 0 10px 10px 0;
    padding: 1em;
  }
  body.security_camera section .flow__wrap {
    padding: 0;
  }
  body.security_camera section .flow__item {
    width: calc(50% - 20px);
    padding: 5em 1.5em 3em;
  }
  body.security_camera section .app-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em;
  }
  body.security_camera section .app-box .icon {
    width: 150px;
  }
  body.security_camera section .app-box .icon img {
    max-width: 100%;
  }
  body.security_camera section .app-box .txt {
    width: calc(100% - 160px);
    margin-top: 0;
  }
  body.security_camera section .app-box .txt h2 {
    margin-top: 0;
  }
  body.security_camera section .app-box .txt .catch {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1023px) {
  body.security_camera section {
    padding: 5em 0;
  }
  body.security_camera section .h2-01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  body.security_camera section .h2-01 .number {
    font-size: 68px;
    font-size: 6.8rem;
  }
  body.security_camera section .h3-01 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  body.security_camera section.sec006 {
    padding-bottom: 10em;
  }
  body.security_camera section.sec007 {
    padding-bottom: 10em;
  }
  body.security_camera section .reason__wrap {
    padding: 5em;
  }
  body.security_camera section .reason__wrap h2:first-child {
    margin-top: 0;
    line-height: 1.2;
  }
  body.security_camera section .function__wrap {
    padding: 0 3em;
  }
  body.security_camera section .function__detail-item {
    width: calc(50% - 30px);
    margin-top: 50px;
  }
  body.security_camera section .function__detail-box .img {
    width: 75px;
  }
  body.security_camera section .function__detail-box ul {
    width: calc(100% - 75px);
  }
  body.security_camera section .function__detail-box ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.security_camera section .support__wrap {
    padding: 3em 2.5em;
  }
  body.security_camera section .support__wrap.img-left .support__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.security_camera section .support__wrap.img-left .support__txt h4 {
    margin-top: 1.6em;
  }
  body.security_camera section .support__wrap.img-left .support__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.security_camera section .support__txt {
    width: calc(50% - 30px);
    text-align: center;
  }
  body.security_camera section .support__img {
    width: calc(50% - 30px);
    margin-top: 0;
  }
  body.security_camera section dl.price dd .set {
    margin-top: 0;
  }
  body.security_camera section dl.price dd .set__icon {
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.security_camera section dl.price dd .set__price {
    width: inherit;
    text-align: left;
  }
  body.security_camera section dl.price dd .set__price .x-large {
    font-size: 56px;
    font-size: 5.6rem;
  }
  body.security_camera section .flow__item {
    width: calc(25% - 21px);
    padding: 4em 2em 3em;
  }
  body.security_camera section .app-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5em;
  }
  body.security_camera section .app-box .icon {
    width: 195px;
  }
  body.security_camera section .app-box .txt {
    width: calc(100% - 230px);
  }
  body.security_camera section .app-box .txt .catch {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 1.6em;
  }
}