﻿:root {
  --scroll-x: 0px;
  --scroll-y: 0px;
  --vh: 1vh;
  --vw: 1vw;
}
[class^="page_highlights"] .page_container.no-first .inr,
[class^="page_scene"] .page_container.no-first .inr,
[class^="page_cases"] .page_container.no-first .inr,
[class^="page_feature"] .page_container.no-first .inr {
  max-width: 950px;
}
.page_about .header_bottom_menu_item.line:after,
[class^="page_scene"] .header_bottom_menu_item.line:after,
[class^="page_highlights"] .header_bottom_menu_item.line:after,
[class^="page_cases"] .header_bottom_menu_item.line:after,
[class^="page_feature"] .header_bottom_menu_item.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.page_about .about-menu:after,
[class^="page_scene"] .scene-menu:after,
[class^="page_highlights"] .highlights-menu:after,
[class^="page_cases"] .cases-menu:after,
[class^="page_feature"] .feature-menu:after {
  background: #053962;
}

.page_about .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/about/kv.jpg");
}
.page_contact .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/contact/kv.jpg");
}
@media screen and (max-width: 767px){
  .page_about .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/about/kv_sp.jpg");
  }
  .page_contact .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/contact/kv_sp.jpg");
  }
}
.page_about #solution .txt {
  margin-top: 30px;
}
.page_about #intro .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.page_about #intro .wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_about #intro .wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_about #intro .wrap {
    padding: 0 30px 30px;
  }
}
.page_about #intro .wrap img {
  max-width: 351px;
}
.page_about #intro .ttl {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_about #intro .ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_about #intro .ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.page_about #intro .img {
  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;
}
.page_about #intro .img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.page_about #intro .img img {
  width: 100%;
  max-width: 326px;
}
@media screen and (min-width: 768px) {
  .page_about #intro .img {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page_about #intro .img {
    padding: 30px 43px 0;
  }
}
.page_about #intro .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
.page_about #intro .item {
  position: relative;
  text-align: center;
  font-weight: bold;
  width: 380px;
  padding: 30px;
  border-radius: 6px;
  border: solid 1px #4375FC;
  z-index: 1;
}
.page_about #intro .item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  width: 50px;
  height: 65px;
  background-color: #fff;
  background-image: url("/cms/logicmonitor/img/usr/pages/about/ribbon.png");
  background-size: 50px auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.page_about #intro .item:after {
  z-index: 0;
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 3.5px;
  top: 5px;
  left: 5px;
  border: solid 1px #4375FC;
}
@media screen and (max-width: 1080px) {
  .page_about #intro .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .page_about #intro .item {
    width: 100%;
  }
}
.page_about #intro .item_ttl {
  font-size: 18px;
}
.page_about #intro .number {
  font-size: 24px;
  letter-spacing: 0;
}
.page_about #intro .number span {
  font-family: "Oswald";
  display: inline-block;
  font-size: 200%;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-right: 5px;
}
.page_about #comment .work {
  margin-top: 10px;
  font-size: 12px;
}
.page_about #comment .explain {
  color: #808080;
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page_about #comment .detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .page_about #comment .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page_about #comment .name {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .page_about #comment .btn_unit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page_about #comment .btn_unit {
    margin-top: 30px;
  }
}
.page_about #flow .img {
  margin: 60px 0;
}
.page_about #strong ol {
  counter-reset: number 0;
}
.page_about #strong .strong_list {
  margin-top: 85px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 54px;
}
@media screen and (max-width: 1080px) {
  .page_about #strong .strong_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page_about #strong .strong_list {
    margin-top: 60px;
    row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_about #strong .strong_item {
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: solid 1px #4375FC;
}
.page_about #strong .strong_item:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  background: #4375FC;
  color: #fff;
  font-weight: bold;
  font-family: "Oswald";
  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;
  letter-spacing: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .page_about #strong .strong_item:before {
    font-size: 20px;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page_about #strong .strong_item:before {
    font-size: 14px;
    width: 32px;
    height: 32px;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page_about #strong .strong_item:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: solid 2px #4375FC;
  border-bottom: solid 2px #4375FC;
}
@media screen and (min-width: 768px) {
  .page_about #strong .strong_item:after {
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .page_about #strong .strong_item:after {
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.page_about #strong .strong_item img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .page_about #strong .strong_item img {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page_about #strong .strong_item {
    font-size: 14px;
    margin-left: 16px;
  }
}
.page_about #strong .strong_item a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .page_about #strong .strong_item a {
    padding: 33px 10px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page_about #strong .strong_item a {
    text-align: left;
    padding: 15.5px 45px 15.5px 26px;
  }
}
.page_about #strong .grid + .grid {
  margin-top: 30px;
}
.page_about #strong .block {
  background: #ededed;
  height: 100%;
  padding: 20px 30px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .page_about #strong .block {
    padding: 20px;
  }
}
.page_about #strong01 .txt {
  margin-bottom: 30px;
}
.page_about .strong_contents_list .contents {
  margin-top: 90px;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}
.page_about .security_ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
.page_about .language_block {
  position: relative;
  background: #ededed;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .page_about .language_block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_about .language_block {
    padding: 30px 5px;
  }
}
.page_about .language_block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_about .language_block .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page_about .language_block .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_about .language_block .item:first-of-type .item_block:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .page_about .language_block .item {
    padding: 0 15px;
    font-size: 10px;
  }
  .page_about .language_block .item:nth-of-type(2) {
    border-left: solid 1px #c7c7c5;
  }
}
@media screen and (min-width: 768px) {
  .page_about .language_block .item_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px;
    border-left: solid 1px #c7c7c5;
  }
}
.page_about .language_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.page_about .circle {
  background: #fff;
  border-radius: 50%;
  border: solid 3px #4375FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_about .circle {
    position: absolute;
    width: 184px;
    height: 184px;
    bottom: 30px;
    right: calc((44 / 1140) * 100%);
  }
}
@media screen and (max-width: 1080px) {
  .page_about .circle {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .circle {
    width: 184px;
    height: 184px;
    margin: 30px auto 0;
  }
}
.page_about .normal_txt {
  font-size: 20px;
}
.page_about .normal_txt span {
  display: inline-block;
  color: #4375FC;
  line-height: 1;
  vertical-align: sub;
}
.page_about .normal_txt .small {
  font-size: 32px;
}
.page_about .normal_txt .large {
  font-size: 40px;
  margin-bottom: 5px;
}
.about_container {
  width: 100%;
  padding: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .about_container {
    padding: 60px 0;
  }
}
.about_container .inr {
  padding-top: 0;
  padding-bottom: 0;
}
.about_container .section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .about_link_guide {
    padding: 90px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .about_link_guide {
    padding: 60px 0;
  }
}
.about_link_guide .grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_link_guide a {
  background-size: cover;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_link_guide a.function {
  background-image: url("/cms/logicmonitor/img/usr/pages/about/function.png");
}
.about_link_guide a.scene {
  background-image: url("/cms/logicmonitor/img/usr/pages/about/scene.png");
}
@media screen and (min-width: 768px) {
  .about_link_guide a {
    margin: 0 auto;
    width: 100%;
    max-width: 585px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .about_link_guide a {
    height: 150px;
  }
}
.about_link_guide .hover_mark {
  width: 40px;
  height: 40px;
}
.about_link_guide .hover_mark:before {
  width: 14px;
  height: 14px;
}
.about_link_guide .pagetitle {
  font-weight: bold;
  color: #fff;
  background: #231f20;
  border-radius: 0px 6px 6px 0px;
  border: solid 2px #4375FC;
  border-left: none;
  display: inline-block;
  padding: 16px 30px;
}
@media screen and (min-width: 768px) {
  .about_link_guide .pagetitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about_link_guide .pagetitle {
    font-size: 20px;
  }
}
.page_case-detail .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/case-detail/kv.png");
}
@media screen and (max-width: 767px) {
  .page_case-detail .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/case-detail/kv_sp.png");
  }
}
.page_case-detail .case_main {
  margin-bottom: 60px;
}
.page_case-detail .row {
  background: #ededed;
  border-radius: 6px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page_case-detail .row {
    display: block;
    padding: 30px 20px;
    margin: 0 -20px;
    border-radius: 0;
  }
}
.page_case-detail .case_item {
  min-width: 360px;
}
@media screen and (max-width: 1080px) {
  .page_case-detail .case_item {
    min-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .page_case-detail .case_item {
    min-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.page_case-detail .case_person {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
  grid-template-columns: 150px auto;
  gap: 10px;
}
.page_case-detail .work,
.page_case-detail .comment {
  font-size: 12px;
  margin-top: 10px;
}
.page_case-detail .purpose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 54px;
  margin: 84px 0 150px;
}
.page_case-detail .purpose_item {
  width: 380px;
}
@media screen and (max-width: 1080px) {
  .page_case-detail .purpose_item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .page_case-detail .purpose_item {
    width: 100%;
  }
}
.page_case-detail .talk_day {
  font-family: "Oswald";
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin: 90px 0 120px;
}
.page_case-detail .talk_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page_case-detail .talk_grid {
    gap: 20px;
  }
}
.page_case-detail .talk_grid .img {
  min-width: 100px;
}
.page_case-detail .talk_grid .name {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.page_case-detail .commentWrap {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .page_case-detail .commentWrap {
    padding: 20px;
  }
}
.page_case-detail .commentWrap.right:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .page_case-detail .commentWrap.right:before {
    top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page_case-detail .commentWrap.right:before {
    top: 20px;
  }
}
.page_case-detail .commentWrap.left:after {
  position: absolute;
  content: "";
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .page_case-detail .commentWrap.left:after {
    top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .page_case-detail .commentWrap.left:after {
    top: 20px;
  }
}
.purpose_item {
  position: relative;
  background: #fff;
  padding: 37px 20px 30px;
  border-radius: 6px;
  border: solid 1px #4375FC;
}
.purpose_ttl {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 25px 9px 15px;
  background: #4375FC;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 30px;
}
.purpose_ttl img {
  width: 24px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.purpose_txt {
  padding-left: 26px;
  text-indent: -26px;
}
.purpose_txt:before {
  content: "・";
  display: inline-block;
  width: 26px;
  text-align: end;
  padding-right: 10px;
}
.purpose_txt + .purpose_txt {
  margin-top: 11px;
}
.page_case .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/case/kv.png");
}
@media screen and (max-width: 767px) {
  .page_case .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/case/kv_sp.png");
  }
}
@media screen and (max-width: 767px) {
  .page_case .company_scroll_wrap .splide__track {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .page_case .company_scroll_wrap .company_roop {
    padding: 21.5px 0 21.5px 20px;
  }
}
.case_item .company {
  font-weight: bold;
  margin: 15px 0 10px;
}
.case_item .industry,
.case_item .person {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 6px;
}
.case_item .industry:before,
.case_item .person:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}
.case_item .industry:before {
  background-image: url("/cms/logicmonitor/img/icon/apartment.png");
}
.case_item .person:before {
  background-image: url("/cms/logicmonitor/img/icon/person.png");
}
.case_item .applications {
  margin: 8px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  gap: 5px;
}
.case_item .applications .dot {
  color: #4a4847;
}
.case_item .applications_detail {
  font-size: 12px;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  border-radius: 3px;
  background: #4a4847;
}
.case_item .line_common_link {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .achieve_txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .achieve_txt {
    padding: 18px 0;
    margin: 60px -20px 0;
    background: #231f20;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
  }
}
.achieve_txt .num {
  vertical-align: sub;
  font-size: 40px;
  font-family: "Oswald";
  display: inline-block;
  margin: 0 10px;
}
.achieve_txt .small {
  font-size: 22px;
}
.achieve_img {
  margin-top: 65px;
}
.page_download .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/download/kv.png");
}
@media screen and (max-width: 767px) {
  .page_download .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/download/kv_sp.png");
  }
}
.page_download h2.head2_ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page_download h2.head2_ttl {
    margin-bottom: 30px;
  }
}
.page_download h3.head3 {
  text-align: center;
}
.page_download .detail_block {
  background: #ededed;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page_download .detail_block .ttl {
    text-align: center;
  }
}
.page_download .form_item input {
  border: solid 1px #c7c7c5;
}
.page_download .note,
.page_download .form_note {
  color: #808080;
}
.page_about-faq .header_bottom_menu_item.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.page_about-faq .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/faq/kv.jpg");
}
@media screen and (max-width: 767px) {
  .page_about-faq .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/faq/kv_sp.jpg");
  }
}
.faq_block dl {
  background: #ededed;
  border-radius: 6px;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .faq_block dl {
    padding: 30px 15px 30px 30px;
  }
}
.faq_block dl + dl {
  margin-top: 10px;
}
.faq_block dt {
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.faq_block dt span {
  position: absolute;
  background: #4375FC;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq_block dt span:before {
  position: absolute;
  content: "";
  background: #ededed;
  display: block;
  width: 14px;
  height: 2px;
  top: 11px;
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_block dt span:after {
  position: absolute;
  content: "";
  background: #ededed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_block dt.is_active span:after {
  width: 14px;
  height: 2px;
  top: 11px;
  right: 5px;
}
.faq_block dt.is_active.is_hidden span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_block dt:not(.is_active) span:after {
  width: 2px;
  height: 14px;
  top: 5px;
  right: 11px;
}
.faq_block dt:not(.is_active).is_hidden span:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq_block dt:not(.is_active) + dd {
  display: none;
}
.faq_block dd {
  padding: 18px 0 6px;
}
@media screen and (max-width: 767px) {
  .faq_block dd {
    padding-bottom: 0;
  }
}
.faq_block .quest,
.faq_block .answer {
  position: relative;
  padding-left: 30px;
}
.faq_block .quest:before,
.faq_block .answer:before {
  position: absolute;
  display: inline-block;
  font-family: "Oswald";
  font-weight: bold;
  width: 20px;
  font-size: 20px;
  top: 0;
  left: 0;
}
.faq_block .quest {
  padding-right: 40px;
}
.faq_block .quest:before {
  content: "Q.";
  color: #152259;
}
.faq_block .answer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq_block .answer:before {
  content: "A.";
  color: #4375FC;
}
@media screen and (max-width: 767px) {
  .faq_block .answer {
    padding-right: 15px;
  }
}
.faq_block .answer_title {
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .faq_block .answer_title {
    margin-bottom: 10px;
  }
}
.faq_block .answer_txt {
  font-size: 14px;
}

.page_about-feature .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/feature/kv.jpg");
}
@media screen and (max-width: 767px) {
  .page_about-feature .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/feature/kv_sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .page_about-feature .about_link_guide {
    padding-top: 120px;
  }
}
.page_about-feature h4.head4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_about-feature h4.head4:before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .page_about-feature h4.head4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .page_about-feature h4.head4 .main {
    width: 100%;
  }
}
.page_about-feature #customize h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/customize.png");
}
.page_about-feature #language h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/language.png");
}
.page_about-feature #chanel h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/chanel.png");
}
.page_about-feature #recept h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/recept.png");
}
.page_about-feature #confirm h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/confirm.png");
}
.page_about-feature #screening h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/screening.png");
}
.page_about-feature #management h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/management.png");
}
.page_about-feature #user h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/user.png");
}
.page_about-feature #allocation h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/allocation.png");
}
.page_about-feature #utilize h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/utilize.png");
}

.page_about-feature #gdpr h4.head4:before{
  background-image: url("/cms/logicmonitor/img/icon/security.png");
}
.page_about-feature #notice h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/notice.png");
}
.page_about-feature #message h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/message.png");
}
.page_about-feature #communication h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/communication.png");
}
.page_about-feature #anonymous h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/anonymous.png");
}
.page_about-feature #template h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/template.png");
}
.page_about-feature #translate h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/translate.png");
}
.page_about-feature #dashboard h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/dashboard.png");
}
.page_about-feature #output h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/output.png");
}
.page_about-feature #analysis h4.head4:before {
  background-image: url("/cms/logicmonitor/img/icon/analysis.png");
}
.page_about-feature .img {
  margin-top: 30px;
}
.page_about-feature .grid .head4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_about-feature .grid .img {
  margin: 0;
}
.page_about-feature .note {
  color: #808080;
  margin-top: 15px;
  font-size: 10px;
}
.page_info-detail .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/info-detail/kv.png");
}
@media screen and (max-width: 767px) {
  .page_info-detail .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/info-detail/kv_sp.png");
  }
}
.supplement_block {
  background: #ededed;
  border-radius: 6px;
  padding: 30px;
  padding-left: 41px;
}
.supplement_block.note-block,
.supplement_block.check-block {
  position: relative;
  width: 90%;
  margin: auto;
}
.supplement_block.note-block{
  background: #fff0fa;
}
.supplement_block.check-block{
  background: #fff5f0;
}
.supplement_block.note-block .txt,
.supplement_block.check-block .txt {
  margin: auto;
}
.supplement_block + .supplement_block {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .supplement_block {
    padding-left: 30px;
  }
  .supplement_block + .supplement_block {
    margin-top: 10px;
  }
}
.supplement_block .main_ttl {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.supplement_block .main_ttl:before {
  position: absolute;
  content: "“";
  font-family: "Oswald";
  font-weight: bold;
  color: #4375FC;
  font-size: 40px;
  top: -25px;
  left: -26px;
}
@media screen and (max-width: 767px) {
  .supplement_block .main_ttl:before {
    left: -20px;
    top: -30px;
  }
}
.supplement_block .txt {
  font-size: 12px;
  margin: 15px 0;
}
.supplement_block a {
  font-size: 12px;
  color: #4375FC;
}
.supplement_block span {
  display: inline-block;
  margin-left: 5px;
}
.supplement_block .link_icon {
  width: 14px;
}
.supplement_block .pdf_icon {
  width: 20px;
}
.page_info .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/infomation/kv.png");
}
@media screen and (max-width: 767px) {
  .page_info .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/infomation/kv_sp.png");
  }
}
.page_info .page_contents_block {
  margin-top: 100px;
}
.page_info .news_list {
  width: 100%;
}
.page_info .news_list_item {
  padding: 20px 0;
}
.page_info .news_list_item:hover .main {
  color: #4375FC;
}
@media screen and (min-width: 768px) {
  .page_info .news_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page_info .news_list_item .wrap {
    min-width: 175px;
    margin: 0;
  }
}
.page_blog-detail .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/knowledge-detail/kv.png");
}
@media screen and (max-width: 767px) {
  .page_blog-detail .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/knowledge-detail/kv_sp.png");
  }
}
.page_blog-detail .main_block .work {
  margin-top: 30px;
  font-weight: bold;
}
.page_blog-detail .main_block .name {
  font-weight: bold;
  margin: 16px 0;
  font-size: 24px;
}
.page_blog-detail .main_block .img img {
  border-radius: 6px;
}
.page_blog-detail .main_block .txt + .txt {
  margin-top: 16px;
}
.page_blog-detail .page_contents_block .img {
  margin-top: 30px;
}
.page_knowledge .header_bottom_menu_item.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #4375FC;
}
.page_blog .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/knowledge/kv.png");
}
@media screen and (max-width: 767px) {
  .page_blog .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/knowledge/kv_sp.png");
  }
}
.page_knowledge .check_common {
  background: #fff;
  display: -ms-grid;
  display: grid;
  padding: 30px 0;
  border-radius: 6px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page_knowledge .check_common {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page_knowledge .check_common {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_knowledge .check_common .list {
  margin: 0;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .page_knowledge .check_common .list + .list {
    margin-top: 20px;
  }
}
.page_knowledge .check_common .item:before {
  min-width: 25px;
  height: 25px;
  margin: 0;
}
.page_knowledge .explain {
  font-size: 14px;
  margin-top: 5px;
}
.page_knowledge .detail_block {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_knowledge .detail_block:nth-of-type(2) {
    border-left: solid 1px #ededed;
  }
}
.page_knowledge .report_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 45px;
  margin-top: 54px;
}
.page_knowledge .report_item {
  position: relative;
  border: solid 1px #c7c7c5;
  border-radius: 6px;
  background: #fff;
  width: 380px;
  padding: 46px 30px 30px;
}
@media screen and (max-width: 1080px) {
  .page_knowledge .report_item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .page_knowledge .report_item {
    width: 100%;
  }
}
.page_knowledge .report_ttl {
  position: absolute;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background: #231f20;
  color: #fff;
  border-radius: 30px;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  padding: 9px 25px;
  font-size: 20px;
}
.page_knowledge .report_ttl span {
  font-family: "Oswald";
  display: inline-block;
  margin-right: 5px;
}
.lower_top_container {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .lower_top_container {
    aspect-ratio: 4/1;
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .lower_top_container {
    aspect-ratio: 375/400;
  }
}
.lower_top_inner {
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower_ttl_wrap {
  position: relative;
  border-left: none;
  color: #fff;
  letter-spacing: 0;
  z-index: 0;
}
.lower_ttl_wrap:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: #231f20;
  border-radius: 0px 6px 6px 0px;
  border-top: 2px solid #4375FC;
  border-right: 2px solid #4375FC;
  border-bottom: 2px solid #4375FC;
}
@media screen and (min-width: 768px) {
  .lower_ttl_wrap {
    max-width: calc((944 / 1600) * 100vw);
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .lower_ttl_wrap {
    max-width: calc((340 / 375) * 100vw);
    padding: 15px;
  }
}
.lower_ttl {
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .lower_ttl {
    line-height: calc(70 / 48);
    font-size: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .lower_ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lower_ttl {
    font-size: 28px;
    line-height: 40px;
  }
}
.topic_date {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.topic_date .date {
  font-family: "Oswald";
  font-size: 14px;
}
.topic_date .category {
  display: inline-block;
  font-size: 12px;
  padding: 3px 12px;
  border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .topic_date + .lower_ttl {
    font-weight: normal;
  }
}
.page_about-plan .header_bottom_menu_item.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.page_about-plan .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/plan/kv.jpg");
}
@media screen and (max-width: 767px) {
  .page_about-plan .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/plan/kv_sp.jpg");
  }
}
.page_about-plan .txt {
  margin-bottom: 30px;
}
.page_about-plan .btn_unit {
  margin-top: 60px;
}
.plan_all_wrap {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .plan_all_contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto calc((445 / 1140) * 100%);
    grid-template-columns: auto calc((445 / 1140) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .plan_all_block + .plan_all_block {
    margin-top: 30px;
  }
}
.plan_all_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .plan_all_block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
}
.plan_all_block dl:first-of-type {
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4375FC;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .plan_all_block dl:first-of-type {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .plan_all_block dl:first-of-type {
    padding-bottom: 10px;
  }
}
.plan_all_block dl:not(:first-of-type) {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .plan_all_block dl:not(:first-of-type) dt:nth-of-type(2) {
    width: 100%;
    max-width: 445px;
  }
}
@media screen and (max-width: 767px) {
  .plan_all_block dl:not(:first-of-type) dt {
    position: relative;
    font-size: 12px;
  }
}
.plan_all_block dl:nth-of-type(even) {
  background: #fff5f2;
}
@media screen and (min-width: 768px) {
  .plan_all_block dl {
    white-space: nowrap;
  }
  .plan_all_block dl dt:first-of-type {
    width: calc((265 / 680) * 100%);
    max-width: 265px;
    padding-left: 30px;
  }
  .plan_all_block dl dd {
    text-align: center;
    width: calc((445 / 680) * 100%);
    max-width: 445px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .plan_all_block:nth-of-type(n+2) dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan_all_block:nth-of-type(n+2) dl dt:first-of-type {
    display: none;
  }
}
.plan_all_block .plan_price {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.45;
}
.plan_all_block .plan_price .yen {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.plan_all_block .plan_price .tax {
  font-size: 14px;
}
.plan_all_block .hover_about {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .plan_all_block .hover_about {
    position: relative;
  }
}
.plan_all_block .hover_about span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  width: 22px;
  height: 23px;
  background-image: url("/cms/logicmonitor/img/icon/help_outline.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .plan_all_block .hover_about span {
    width: 16px;
    height: 17px;
  }
}
.plan_all_block .hover_about span:hover + .hover_about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan_all_block .hover_about_txt {
  position: absolute;
  padding: 8px 12px;
  white-space: wrap;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  border: solid 1px #4375FC;
  border-radius: 3px;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .plan_all_block .hover_about_txt {
    width: 294px;
    top: -3px;
    left: 33px;
  }
  .plan_all_block .hover_about_txt:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #4375FC;
    border-left: 0;
    margin: 3px 12px 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .plan_all_block .hover_about_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 234px;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan_all_block .hover_about_txt:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #4375FC;
    margin: -16px 0 8px;
  }
}
.plan_note {
  color: #808080;
  margin-top: 15px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .plan_note {
    margin-top: 30px;
  }
}
.page_resource .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/resource/kv.png");
}
@media screen and (max-width: 767px) {
  .page_resource .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/resource/kv_sp.png");
  }
}
.case_list.download .line_common_link {
  margin-top: 10px;
}
.page_about-scene .header_bottom_menu_item.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #4375FC;
}
.page_scene-aiops .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/scene/kv.jpg");
}
.page_scene-hybrid-ops .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/scene/kv_hybrid.jpg");
}
@media screen and (max-width: 767px) {
  .page_scene-aiops .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/scene/kv_sp.jpg");
  }
  .page_scene-hybrid-ops .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/scene/kv_hybrid_sp.jpg");
  }
}
.page_about-scene .index_block {
  margin-top: 60px;
}
.page_about-scene .topic_wrap {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .page_about-scene .topic_wrap {
    margin: 90px 0 60px;
  }
}
.page_about-scene .purpose_item {
  margin: 54px 0 30px;
  padding-top: 54px;
}
.page_about-scene .merit_list {
  counter-reset: number 0;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .page_about-scene .merit_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page_about-scene .merit_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_about-scene .merit_item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_about-scene .merit_item:before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Oswald";
  color: #4375FC;
  font-weight: bold;
  min-width: 30px;
}
/* 機能詳細 */
[class^="page_feature"] .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/info-detail/kv.jpg");
}

[class^="page_feature"] .topic_contents .grid{
  margin-top: 0;
}

[class^="page_feature"] .topic_contents .grid+.grid{
  margin-top: 30px;
}

[class^="page_feature"] .topic_contents .level02 {
  padding-left: 1rem;
}

[class^="page_feature"] h4.topic_head4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  [class^="page_feature"] .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/info-detail/kv_sp.jpg");
  }
}

/* 活用シーン */
.grid_img_item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid_img_item dt{
  font-weight: normal;
  margin-bottom: .5rem;
}

.grid_block .grid_block{
  margin-top: 30px;
  padding: 0 1rem;
}

[class^="page_scene"] .list_item{
  font-size: 1rem;
}

[class^="page_scene"] .list_block{
  margin-bottom: 1.5rem;
}

[class^="page_scene"] .txt+.topic_head3 {
  margin-top: 2rem;
}

/* 特徴 */
[class^="page_highlights"] .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/highlights/kv.jpg");
}

@media screen and (max-width: 767px) {
  [class^="page_highlights"] .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/highlights/kv_sp.jpg");
  }
}
/* 業界別ソリューション */
[class^="page_cases"] .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/cases/kv.jpg");
}

.page_cases-for-msps .lower_top_container {
  background-image: url("/cms/logicmonitor/img/usr/pages/cases/msp_kv.jpg");
}

@media screen and (max-width: 767px) {
  [class^="page_cases"] .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/cases/kv_sp.jpg");
  }
  .page_cases-for-msps .lower_top_container {
    background-image: url("/cms/logicmonitor/img/usr/pages/cases/msp_kv_sp.jpg");
  }
}
/* ブログ */
.block-table table,
.block-table td,
.block-table th {
  border: 1px solid #fff;
  border-collapse: collapse;
}

.block-table table{
  width: 90%;
  margin: auto;
}

.block-table td,
.block-table th {
  padding: 10px;
  width: 30px;
  height: 25px;
}

.block-table th {
  background: #053962;
  color: #fff;
}

.block-table td {
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.block-table .even {
  background: #fbf8f0;
}

.block-table .odd {
  background: #fefcf9;
}

.block-table,
.read_it_link,
[class^="page_blog"] .txt{
  margin-bottom: 2rem;
}

.read_it_link .purpose_ttl{
  left: 10px;
  transform: translateX(0);
}

.txt+.read_it_link {
  margin-top: 4rem;
}

[class^="page_blog"] .main_block .detail{
  margin-top: 2rem;
}

[class^="page_blog"] .supplement_block,
[class^="page_blog"] .list_block,
[class^="page_blog"] .num_block {
  margin-bottom: 1.5rem;
}

[class^="page_blog"] .supplement_block .txt,
[class^="page_blog"] .list_item,
[class^="page_blog"] .num_item {
  font-size: 1rem;
}

[class^="page_blog"] .th-w10 {
  width: 10%;
}

[class^="page_blog"] .th-w20 {
  width: 20%;
}

.block-table-questionnaire td:first-of-type{
  width: 20%;
}

@media screen and (min-width: 768px) {
  .read_it_link_wrap{
    display: flex;
  }
  .read_it_link_img{
    width: 20%;
  }
  .read_it_link_item{
    width: 80%;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
    .read_it_link_item {
      margin-top: 1rem;
    }
}