@charset “utf-8”;


.hv{
  transition: opacity 0.3s ease-out;
}
.hv:hover{
  opacity: 0.6;
}
.opc07 {
    opacity: 0.7;
}
.bg_lightblue{
  background-color: #dff0fb!important;
}
.pt1{
  padding-top: 1px;
}
.mw306{
  max-width: 306px;
  width: 100%;
  box-sizing: border-box;
}

/**********************************************/
.main_vi {
  max-width: 100%;
  overflow: hidden;
}

.main_vi_img {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}

.main_vi_img .page_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  color: #000;
  font-size: 21px;
  font-weight: bold;
}

.main_vi_img .page_ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 85px;
  height: 100%;
  background: url(/wp-content/asset/vibration-monitoring/vibration-analysis-server/img/balloon.png) no-repeat left top;
  background-size: 100% auto;
}

.main_vi_img .page_ttl .ttlL {
  margin: 5px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.main_vi_img .note {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

@media only screen and (max-width: 1340px) {
  .main_vi_img .page_ttl {
    font-size: 1.56vw;
    padding-left: 7.46vw;
  }
  .main_vi_img .page_ttl:before {
    width: 6.3432vw;
  }
  .main_vi_img .page_ttl .ttlL {
    font-size: 2.687vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1008px) {
  .main_vi_img .page_ttl {
    left: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .main_vi_img .page_ttl, .main_vi_img .note {
    left: 2%;
    margin-top: 0;
    font-size: 2.2vw;
  }
  .main_vi_img .page_ttl .ttlL {
    margin: 0.5vw 0 1vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .rsp_w100p{
    width: 100%!important;
  }
}

/**********************************************/
.modaal-container {
   /*box-shadow: 0 4px 15px rgb(0 0 0 / 20%); */
   box-shadow: 0 0 0 rgb(0 0 0 / 20%);
   background: transparent;
}

/**********************************************/
.container {
  overflow: hidden;
}
.container * {
  box-sizing: border-box;
}
.container a {
  transition: opacity 0.3s;
  display: block;
}
.container a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.container img {
  vertical-align: middle;
  width: 100%;
  display: block;
}

/**********************************************/
.button.act02:hover {
  background-color: #f3f3f3!important;
  border: none!important;
}

/**********************************************/
.block05__ttlBox {
  text-align: center;
}
.block05__ttlCircle {
  margin: 0 auto 15px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  background-color: #193B2A;
  width: 68px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
}
.block05__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #193B2A;
}
.block05__highlight {
  background-color: #ff0;
}
.block05__img {
  max-width: 930px;
  margin: 0 auto 80px;
}
.block05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 890px;
  margin: 0 auto;
}
.block05__item {
  width: 48.09%;
  margin-bottom: 30px;
}
.block05__modalArea {
  display: none;
}
.block05__modalAreaWrap .modaal-content-container {
  position: relative;
  padding: 0;
}
.block05__modalImg{
  border: 10px solid #fff;
}
.block05__modalAreaWrap img {
  width: 100%;
}
.block05__modalCloseMark {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  cursor: pointer;
}
.block05__modalCloseMark::before, 
.block05__modalCloseMark::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #5a5a5a;
  position: relative;
}
.block05__modalCloseMark::before {
  transform: rotate(45deg);
  right: -6px;
  top: 7px;
}
.block05__modalCloseMark::after {
  transform: rotate(-45deg);
  left: 6px;
  bottom: -2px;
}
.block05__modalTtl {
  font-size: 20px;
  color: #193B2A;
  font-weight: bold;
  padding: 5px 15px 2px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
}
.block05__modalTtl.border {
  border: 2px solid #193B2A;
  border-radius: 35px;
}
.block05__modalTxt {
  color: #193B2A;
}
.block05__modalList {
  display: flex;
  justify-content: center;
}
.block05__modalList:nth-of-type(1) {
  margin-bottom: 20px;
}
.block05__modalItem img {
  margin: 0 auto;
  display: block;
}
.block05__modalItem.twoCol:last-child {
  margin-left: 40px;
}
.block05__modalItem.threeCol:nth-child(2), .block05__modalItem.threeCol:last-child {
  margin-left: 40px;
}
.block05__modalCloseTxt {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 2px solid #5a5a5a;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding-left: 20px;
  cursor: pointer;
}
.block05__modalCloseTxt::before, 
.block05__modalCloseTxt::after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: relative;
  left: -20px;
  background-color: #5a5a5a;
}
.block05__modalCloseTxt::before {
  transform: rotate(45deg);
  bottom: -10px;
}
.block05__modalCloseTxt::after {
  transform: rotate(-45deg);
  top: -10px;
}

@media (max-width: 767px) {
  .block05__ttl {
    font-size: 28px;
  }
  .block05__img {
    width: 90% !important;
    margin-bottom: 30px;
  }
  .block05__list {
    width: 90%;
  }
  .block05__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .block05__modalCloseMark {
    width: 30px;
    height: 30px;
  }
  .block05__modalCloseMark::before, 
  .block05__modalCloseMark::after {
    width: 20px;
    height: 3px;
  }
  .block05__modalCloseMark::before {
    right: -4px;
    top: 5px;
  }
  .block05__modalCloseMark::after {
    left: 4px;
    bottom: -2px;
  }
  .block05__modalTtl {
    font-size: 16px;
    padding: 3px 10px 1px;
  }
  .block05__modalList {
    flex-direction: column;
  }
  .block05__modalList:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .block05__modalItem {
    margin: 0 auto;
  }
  .block05__modalItem.twoCol:last-child {
    margin-left: auto;
    margin-top: 40px;
  }
  .block05__modalItem.threeCol:nth-child(2), .block05__modalItem.threeCol:last-child {
    margin-left: auto;
    margin-top: 40px;
  }
  .block05__modalCloseTxt {
    right: 50%;
    transform: translateX(50%);
  }
}



/**********************************************
Local Navi
**********************************************/

.local_nv_sp_top{
  display: none;
}
.sct_local_nv_top{
  position: relative;
  padding: 0;
  height: 69px;
  z-index: 2;
}
.local_nv_pc_top{
  /*padding-bottom: 16px;*/
  width: 100%;
  height: 69px;
  border-bottom: solid 4px #55b0e3;
  background: #fff;
}
.local_nv_pc_top.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

/*Menu*/
.local_nv_pc_top ul{
  margin: 0 auto;
  max-width: 1008px;
  text-align: center;
  font-size: 0;
}
.local_nv_pc_top ul li{
  position: relative;
  display: inline-block;
}
.local_nv_pc_top ul li + li{
  margin-left: 50px;
}
.local_nv_pc_top ul li a{
  display: block;
  padding: 16px 0 16px 26px;
  /*height: 84px;*/
  color: #333;
  font-size: 16px;
  background: url(/wp-content/asset/common/cmn_v1/img/icon_l_down_01.png) 0px 50% no-repeat;
  background-size: 24px;
}
.local_nv_pc_top ul li a:hover{
  text-decoration: none;
}

@media(max-width: 860px){
  .sct_local_nv_top{
    height: 8.023vw;
  }
  .local_nv_pc_top{
    height: 8.023vw;
  }
  .local_nv_pc_top ul li + li{
    margin-left: 5.814vw;
  }
  .local_nv_pc_top ul li a{
    padding: 1.86vw 0 1.86vw 3.023vw;
    font-size: 1.86vw;
    background-size: 2.791vw;
  }
}
@media(max-width: 768px){
  #Intro{
    padding-bottom: 24px!important;
  }
  .sct_local_nv_top{
    height: 50px;
  }
  .local_nv_pc_top{
    display: none;
  }
  .local_nv_sp_top{
    display: block;
    padding: 0;
    height: auto;
    background: #fff;
    border-bottom: solid 3px #55b0e3;
  }
  .local_nv_sp_top.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  /*Menu*/
  .local_nv_sp_top .local_nv_ttl,
  .local_nv_sp_top ul li a{
    display: block;
    width: 100%;
    height: 47px;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 13px 5.3% 0 5.3%;
    position: relative;
    color: #333;
    text-decoration: none;
  }
  .local_nv_sp_top .local_nv_ttl{
    font-weight: bold;
  }
  .local_nv_sp_top .local_nv_ttl:after,
  .local_nv_sp_top ul li a:after{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 2.5%;
  }
  .local_nv_sp_top .local_nv_ttl:after{
    background-image: url(/wp-content/asset/common/cmn_v1/img/icon_l_left_01.png);
    transform: rotate(-90deg);
    transition: all 0.2s;
  }
  .local_nv_sp_top ul li a:after{
    background-image: url(/wp-content/asset/common/cmn_v1/img/icon_l_down_01.png);
  }
  .local_nv_sp_top .local_nv_ttl.ttl_close:after{
    transform: rotate(90deg);
  }
  .local_nv_sp_top ul{
    display: none;
    padding-bottom: 10px;
    background: #fff;
  }
}

/*Anchor*/
.anr_point{
  position: relative;
  margin-top: -88px;
  padding-top: 88px;
  z-index: -1;
}
@media(max-width: 768px){
  /*Anchor*/
  .anr_point{
    margin-top: -47px;
    padding-top: 47px;
  }
} 

