/*-----------------header--------------*/

.header_area {
  width: 100%;
  padding: 0;
  background: #fff;
  position: fixed;
  z-index: 1;
}

.header_inner {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.h_col002 {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.logo_img {
  min-height: 89px
}

.g_nav_ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0;
}

.header_nav_area {
  width: 80%;
  display: flex;

}

.g_nav_ul li {
  list-style: none;
}

.g_nav_ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding: 30px 0
}

.g_nav_ul li a:hover {
  border-bottom: 3px solid #E50012
}

.header_btn_ul {
  display: flex;

}

.header_btn_ul li a {
  text-decoration: none;
  display: block
}

.header_btn_ul li {
  list-style-type: none
}

.h_btn a {
  width: 110px;
  text-align: center;
  color: #fff;
  padding: 16px 8px;
}

.cont_btn a {
  background: #E50012;
  margin-left: 35px
}

.sear_btn a {
  background: #333;
}

.h_btn_text {
  display: block
}

.h_icon {
  font-size: 25px
}

.menu_area {
  display: none
}

.menu_ul {
  display: none
}

@media only screen and (max-width: 1050px) {

  .header_nav_area {
      display: none
  }
  .menu_area {
      display: block;
      padding: 20px
  }
  .menu_ul {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 90px;
      background: #fff;
  }
  .menu_ul li {
      list-style-type: none
  }
  .menu_ul li a {
      padding: 25px;
      display: block;
      border-bottom: 2px solid #999;
  }
  .menu_ul li a:hover {
      border-bottom: 2px solid #E50012;
      color: #E50012;
      text-decoration: none
  }
  .menu_line {
      background: #000;
      width: 40px;
      height: 2px;
      display: block;
      position: relative
  }
  .menu_line::before {
      content: '';
      display: block;
      background: #000;
      width: 40px;
      height: 2px;
      position: absolute;
      top: -10px;


  }
  .menu_line::after {
      content: '';
      display: block;
      background: #000;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: -10px;


  }
  .menu_line.is-open {
      background: #fff
  }
  .menu_line.is-open::before {
      content: '';
      display: block;
      background: #000;
      width: 40px;
      height: 2px;
      position: absolute;
      top: -10px;
      transform: rotate(-45deg);
      top: 50%;
  }
  .menu_line.is-open::after {
      content: '';
      display: block;
      background: #000;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: -10px;
      transform: rotate(45deg);
      top: 50%;

  }
}

@media only screen and (max-width:690px) {}

/*-----------------main----------------*/

#top_mainimage .main_lead {
  color: #fff
}

.main_area {
  padding-top: 90px;
}

.mainimg_area01 {
  height: 530px;
  width: 100%;
  position: relative;
}

.mainimg_ul li {
  height: 530px;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.mainimg001 {
  background-image: url(../image/maimimg001.png);
}

.mainimg001 img {
  display: none
}

.maintext_area {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-30%);

  color: #fff;
}

.maintext_btn {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 2px;
  max-width: 350px
}

.maintext_btn:hover {
  background: rgba(255, 255, 255, 1)
}

@media only screen and (max-width:690px) {
  .notice_area {
      padding: 40px 0 !important
  }
  .maintext_area {
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80% !important
  }
  .mainimg_area01 {
      height: 400px;
  }
  .mainimg_ul li {
      height: 400px
  }
  .maintext_h1 {
      font-size: 23px
  }
  .news_area .news_inner {
      padding: 30px
  }
  .news_area .news_title02 {
      margin-bottom: 20px
  }
  .news_area .news_list dl {
      margin-top: 20px
  }
  .news_list dd {
      max-width: 70%
  }
  .iot_area {
      padding-top: 250px !important;
      padding-bottom: 50px !important;
  }
  .main_area .strength_area {
      padding: 50px 0
  }
  .strength_area .btn_w30 {
      max-width: 80%
  }
  .notice_area .notice_inner {
      padding: 0
  }

  .maintext_area {
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 65%
  }
}

@media only screen and (max-width:1050px) {
  .only_pc {
      display: none
  }
  .maintext_area {
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 60%
  }
}

/*=====news_area=====*/

.news_area {
  width: 100%;
  padding: 90px 0;
  position: relative;
  background: #fcf1f1
}

.news_inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  position: absolute;
  background: #fff;
  border: 5px solid #ddd;
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px
}

.news_title02 {
  color: #E50012;
  font-size: 25px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;

}

.news_p {
  text-align: center;
  /*    margin: auto*/
}

.news_list dl {
  padding: 20px 0;
  border-top: 1px #ddd dashed;
  border-bottom: 1px #ddd dashed;
  display: flex;
  justify-content: space-between;
  margin-top: 30px
}

.news_list dt {
  width: 20%
}

.news_list dd {
  width: 80%
}

.time_dt {
  font-size: 12px;
}

.link_dd a:hover {
  color: #E50012
}

@media only screen and (max-width: 1050px) {}

@media only screen and (max-width:690px) {}

/*=====iot_area=====*/

.iot_area {
  width: 100%;
  padding-top: 300px;
  padding-bottom: 100px;
  background: #fff;
}

.iot_inner {
  max-width: 1200px;
  width: 95%;
  margin: auto
}

.col002 {
  display: flex;
  justify-content: space-between;
  /*text-align: center;*/
}

.col001 {
  width: 100%;
}

.title03_b {
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
  text-align: left;
}

.iot_img100 img {
  width: 100%;
  height: auto;
}

.btn_r {
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  background: #E50012;
  border-radius: 3px;

}

.iot_text {
  font-size: 13px;
  margin: 20px 0;
  line-height: 1.5
}

.btn_r:hover {
  background: #333;
  color: #fff;
  text-decoration: none
}

@media only screen and (max-width: 1050px) {}

@media only screen and (max-width:690px) {
  .col002 {
      flex-direction: column;
  }
  .col001 {
      padding: 4rem 40px;
  }
  .col001 + .col001 {
      margin-top: 30px
  }
}

/*====strength_area====*/

.strength_area {
  width: 100%;
  padding: 70px 0;
  background-image: url(../image/strength_area_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.title02_w {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: auto
}
.title03_w {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin: auto;
}
.f_s {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: auto;
  font-weight: lighter
}
.strength_text {
  color: #fff;
  max-width: 1200px;
  margin: 30px auto;
  width: 90%;
}

.btn_w30 {
  max-width: 30%;
  margin: auto;
}
.btn_w80 a {
  max-width: 80%;
  margin: 20px auto
}
.strength_next .col001 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.careers_box {
  background-image: url(../image/strength_area01.jpg);
  display: flex;
  justify-content: flex-end;

}
.company_box {
  background-image: url(../image/strength_area02.jpg);
  display: flex;
}
.careers_box_inner, .company_box_inner {
  max-width: 460px;
  padding: 8rem 40px;
  width: 95%;
  color: #FFF;
}


@media only screen and (max-width: 1050px) {
  .btn_w80 a {
      max-width: 80%;
/*        margin: 20px 0 20px;*/
}
.btn_w30 {
  max-width: 45%;
  margin: auto;
}
}

@media only screen and (max-width:690px) {
  .careers_box, .company_box{
      justify-content: center;
  }
  .careers_box_inner, .company_box_inner {
      max-width: none;
  }
  .col002.strength_next .col001 + .col001 {
      margin-top: 0
  }
  .careers_box_inner, .company_box_inner {
      padding: 20px 0;
  }

}




/*=====notice_area=====*/

.notice_area {
  background: #f5f5f5;
  width: 100%;
  padding: 60px 0;

}

.notice_inner {
  max-width: 1200px;
  width: 95%;
  padding: 0;
  margin: auto;

}

.title02_blr {
  border-left: 2px solid #E50012;
  font-size: 23px;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding-left: 15px
}


.dlb_rss_01 .notice_btn {
  position: absolute;
  top: 4px;
  right: 0;
}
.dlb_rss_01 .notice_btn a {
  display: block;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
  background: #E50012;
  border-radius: 2px;
}
.dlb_rss_01 .notice_btn a:hover {
  background: #333;
  color: #fff;
  text-decoration: none
}


.notice_title_area {
  margin-bottom: 40px;
  align-items: center;

}
.rss_title a {
  color: #293337!important;
}
.dlb_rss .bl-hover {
  box-shadow: 0 0 0 0;
  border-width: 1px 0 0 0;
}
.rss_title a:hover {
  color: #cc000c!important;
}

@media only screen and (max-width: 1050px) {
  .notice_title_area {
      flex-direction: row
  }
}

@media only screen and (max-width:690px) {
  .dlb_rss_01 .notice_btn {
      position: static;
      margin-top: 30px;
      width: 100%;
      margin: 20px 0 0 10%;
  }
/*-----------------------*/}

/*=====media_area=====*/

.media_area {
  width: 100%;
  padding: 80px 0
}

.media_inner {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

.title02_b {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin: 0 auto 50px;

}

.title02_b .f_s {
  color: #E50012;
}

.meida_text {
  text-align: center;
}

#contact_area .txt {
  font-size: 14px
}

.fa-envelope:before {
  content: "\f002" !important;
}

.kids_hrader_template_c2 .gnavi_contact {
  display: none;
}

.kids_hrader_template_c2 #contact_area a {
  background-image: url(/dcms_media/image/mail_icon.png);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end
}

.kids_hrader_template_c2 #contact_area2 a {
  background-image: url(/dcms_media/image/search_icon.png);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end
}

.id_asa {
  background: #ED1C21;
  color: #fff;

}


/*============================case==========================*/
span.ex_place {
  background-color: #2e5cc3;
  color: #FFF;
  padding: 5px 10px;
}
.fukuriko_logo img {
  border: solid 1px #ccc;
}




/*============================apn_merit==========================*/

.icon_c {
  position: relative;
}
.icon_c img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


/*============================product==========================*/

#product_logo {
  max-width: 310px !important;
  margin-right: 0;
}
@media only screen and (max-width:979px) {
  #product_logo {
      margin-right: auto;
  }
/*-------------------------------------*/}

.dlb_box2-8_area .dlb_box2-8_img {
  margin-left: auto;
}
.dlb_box2-8_area .dlb_box2-8_txt{
  padding: 0px 20px !important;
  height: 460px !important;
}
@media only screen and (max-width: 979px){
  .dlb_box2-8_area .dlb_box2-8_txt {
      height: 410px !important;
  }
/*-----------------------------------*/}
/*============================strength==========================*/
.strength_point {
  margin-bottom: 80px;
  padding-top: 50px;
}
.strength_point_in {
  position: relative;
}
.strength_point .inner {
  width: 94%;
  padding: 70px 0;
}
.strength_point_in .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strength_point_in .inner .txtArea {
  width: 50%;
  position: relative;
  background-color: #f6f6f6;
  border: solid 1px #f6f6f6;
  padding: 30px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.22);
}
.left_img .strength_point_in .inner .txtArea {
  margin-left: auto;
}
.strength_point_in .foto {
  width: 60%;
  position: absolute;
  max-width: 1200px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.left_img .strength_point_in .foto {
  left: 0;
}
.strength_point_in .foto img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1229px){
  .strength_point .inner {
      width: 100%;
  }
  .strength_point_in .foto {
      width: 90%;
  }

/*-----------------------------------*/}
@media only screen and (max-width: 840px){
  .strength_point {
      margin-bottom: 0;
      padding-top: 0;
  }
  .strength_point .inner {
      padding: 30px;
  }
  .strength_point_in .inner {
      display: block;
  }
  .strength_point_in .inner .txtArea {
      width: 100%;
      position: static;
      display: block;
  }
  .strength_point_in .foto {
      width: 100%;
      position: static;
      display: block;
      transform: translate(0);
  }

/*-----------------------------------*/}

/*---contact-----------------------*/
.contactbox {
  padding: 30px;
  border: 5px solid rgba(46, 92, 195, 0.08);
  margin-bottom: 40px;
  color: #182845;
}
.contact_title {
  text-align: center;
  margin: 0 auto 30px;
}
.contactbox_col002 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin: auto;
}
.c_tel_area {
  text-align: center;
  max-width: 50%;
  width: 100%;
}
.c_tel_fb {
  font-size: 2em;
}
.c_tel_fs {
  font-size: 12px;
}
.c_txt_area {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 690px){
  .contactbox {
      padding: 25px;
  }
  .contactbox_col002 {
      flex-direction: column;
      max-width: 100%;
  }
  .c_tel_area {
      max-width: 100%;
      margin-bottom: 30px;
  }
  .c_txt_area {
      max-width: 100%;
  }
  .sp_none {
      display: none;
  }
  .contact_title {
      font-size:16px
  }
}





/* -------------- Iot Q&A -------------- */
.qa_table table tr:nth-child(1) th {
  color: #182845;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.qa_table table tr:nth-child(1) th:nth-child(1) {
  width: 35%;
}

.qa_table table tr:nth-child(1) th:nth-child(2) {
  width: 15%;
} 

.qa_table table tr:nth-child(1) th:nth-child(3) {
  width: 50%;
}


.iot_menu li:nth-child(1) a {
  background-image: url(/dcms_media/image/icon_camera.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(2) a {
  background-image: url(/dcms_media/image/icon_light.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(3) a {
  background-image: url(/dcms_media/image/icon_data.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(4) a {
  background-image: url(/dcms_media/image/icon_kanri.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(5) a {
  background-image: url(/dcms_media/image/icon_denpa.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(6) a {
  background-image: url(/dcms_media/image/icon_sensor.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(7) a {
  background-image: url(/dcms_media/image/icon_wind.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(8) a {
  background-image: url(/dcms_media/image/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.iot_menu li:nth-child(9) a {
  background-image: url(/dcms_media/image/icon_other.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}


.iot_menu li:nth-child(1) a::before{
  content: "";
}

.iot_menu li:nth-child(2) a::before{
  content: "";
}

.iot_menu li:nth-child(3) a::before{
  content: "";
}

.iot_menu li:nth-child(4) a::before{
  content: "";
}

.iot_menu li:nth-child(5) a::before{
  content: "";
}

.iot_menu li:nth-child(6) a::before{
  content: "";
}

.iot_menu li:nth-child(7) a::before{
  content: "";
}

.iot_menu li:nth-child(8) a::before{
  content: "";
}

.iot_menu li:nth-child(9) a::before{
  content: "";
}

.tit_icon01 {
  background-image: url(/dcms_media/image/icon_camera.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon02 {
  background-image: url(/dcms_media/image/icon_light.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon03 {
  background-image: url(/dcms_media/image/icon_data.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon04 {
  background-image: url(/dcms_media/image/icon_kanri.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon05 {
  background-image: url(/dcms_media/image/icon_denpa.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon06 {
  background-image: url(/dcms_media/image/icon_sensor.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon07 {
  background-image: url(/dcms_media/image/icon_wind.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon08 {
  background-image: url(/dcms_media/image/icon_mail.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}

.tit_icon09 {
  background-image: url(/dcms_media/image/icon_other.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 27px;
}




@media only screen and (max-width: 690px){

  .iot_menu li a{
      font-size: 12px;
      padding: 12px 0px 12px 32px!important;
  }

  .iot_menu li:nth-child(1) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(2) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(3) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(4) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(5) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(6) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(7) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(8) a {
      background-position: 5% 50%;
      background-size: 20px;
  }
  .iot_menu li:nth-child(9) a {
      background-position: 5% 50%;
      background-size: 20px;
  }

  .qa_table {
      width: calc(90% - 24px);
      overflow-x: scroll;
      padding: 0!important;
  }

  .qa_table table {
      width: 1040px;
  }

}

.dlb_c32_q .dlb_initials,
.dlb_c32_a .dlb_initials{
  width: 55px;
  height: 45px;
  text-align: center;
}


@media only screen and (max-width: 690px){
  .dlb_c54_txt{
      padding-top: 8px;
  }
}


/*zoom*/
[class*="easyzoom"]{
position:relative;
}
#easy_zoom{
  width: 180%;
  height: 130%;
  border:5px solid #eee;
  background:#fff;
  color:#333;
  position:absolute;
  top:0;
  left:100%;
  overflow:hidden;
  -moz-box-shadow:0 0 10px #555;
  -webkit-box-shadow:0 0 10px #555;
  box-shadow:0 0 10px #555;
  /* vertical and horizontal alignment used for preloader text */
  line-height:400px;
  text-align:center;
  z-index:99999;
}
.easyzoom_left #easy_zoom{
  left:-130%;
}
.easyzoom_top #easy_zoom{
top:-130%;
left:0;
}
.easyzoom_bottom #easy_zoom{
left:0;
top:130%;
}
.easyzoom_right #easy_zoom{
  top:0;
  left:100%;
}

#contents #easy_zoom img{
  max-width:none;
  width:auto;
  height: auto;
}

@media only screen and (max-width: 1024px) {
#easy_zoom{
  opacity:0;
}
[class*="easyzoom"] a:hover img{
  opacity:1;
}
}


/* ----------------------------

繧ｵ繝�繝阪う繝ｫ蜷� �� 繧ｿ繝門�繧頑崛縺�

----------------------------- */
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_01 li.active, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_02 li.active, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_03 li.active, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_04 li.active {
  background-color: #ffffff;
  color: #333 !important;
}
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_01 li, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_02 li, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_03 li, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-tab_04 li {
  border-color: #333;
  background-color: #333;
  color: #ffffff;
}
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-con_01.show, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-con_02.show, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-con_03.show, 
.pdctdetailTab.dlb_interactive-2_area .dlb_interactive-con_04.show {
  height: 300px;
  overflow-y: scroll;
}
.dlb_interactive-2_area .dlb_interactive-tab_01, 
.dlb_interactive-2_area .dlb_interactive-tab_02, 
.dlb_interactive-2_area .dlb_interactive-tab_03,
.dlb_interactive-2_area .dlb_interactive-tab_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.dlb_interactive-2_area .dlb_interactive-tab_01 li, 
.dlb_interactive-2_area .dlb_interactive-tab_02 li, 
.dlb_interactive-2_area .dlb_interactive-tab_03 li, 
.dlb_interactive-2_area .dlb_interactive-tab_04 li {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  list-style: none;
  padding: 6px 24px 4px;
  text-align: center;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.dlb_interactive-2_area .dlb_interactive-tab_01 li.active, 
.dlb_interactive-2_area .dlb_interactive-tab_02 li.active, 
.dlb_interactive-2_area .dlb_interactive-tab_03 li.active, 
.dlb_interactive-2_area .dlb_interactive-tab_04 li.active {
  position: relative;
}
.dlb_interactive-2_area .dlb_interactive-tab_01 li.active::after, 
.dlb_interactive-2_area .dlb_interactive-tab_02 li.active::after, 
.dlb_interactive-2_area .dlb_interactive-tab_03 li.active::after, 
.dlb_interactive-2_area .dlb_interactive-tab_04 li.active::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #FFF;
}
.dlb_interactive-2_area .dlb_interactive-con_01, 
.dlb_interactive-2_area .dlb_interactive-con_02, 
.dlb_interactive-2_area .dlb_interactive-con_03, 
.dlb_interactive-2_area .dlb_interactive-con_04 {
  display: none;
  padding: 32px;
  border-width: 1px;
  border-style: solid;
  margin-top: -1px;
}
.dlb_interactive-2_area .dlb_interactive-con_01.show, 
.dlb_interactive-2_area .dlb_interactive-con_02.show, 
.dlb_interactive-2_area .dlb_interactive-con_03.show,
.dlb_interactive-2_area .dlb_interactive-con_04.show {
  display: block;
}
#tinymce .dlb_interactive-con_02, 
#tinymce .dlb_interactive-con_03, 
#tinymce .dlb_interactive-con_04 {
  display: block;
}

@media only screen and (max-width: 690px) {
  .dlb_interactive-2_area .dlb_interactive-con_01, 
  .dlb_interactive-2_area .dlb_interactive-con_02, 
  .dlb_interactive-2_area .dlb_interactive-con_03, 
  .dlb_interactive-2_area .dlb_interactive-con_04 {
      padding: 32px 16px;
  }
  .dlb_interactive-2_area .dlb_interactive-tab_01 li, 
  .dlb_interactive-2_area .dlb_interactive-tab_02 li, 
  .dlb_interactive-2_area .dlb_interactive-tab_03 li, 
  .dlb_interactive-2_area .dlb_interactive-tab_04 li {
      margin-bottom: 10px;
  }
  .dlb_interactive-2_area .dlb_interactive-tab_01 li.active::after,
  .dlb_interactive-2_area .dlb_interactive-tab_02 li.active::after,
  .dlb_interactive-2_area .dlb_interactive-tab_03 li.active::after,
  .dlb_interactive-2_area .dlb_interactive-tab_04 li.active::after {
      display: none;
  }
}

/*table*/
.dlb_color_bg_red.gray {
  background-color: #f5f5f5;
}

.iot_table01 .dlb_table_03_2 thead td:first-child {
  width: 45%;
}
.iot_table01 .dlb_table_03_2 thead td{
  font-weight: bold;
}
.iot_table01 .dlb_table_03_2 th, .iot_table01 .dlb_table_03_2 td {
  padding: 7px 10px;
}

@media only screen and (max-width: 690px){
  .iot_table01 .dlb_table_03_2 th, .iot_table01 .dlb_table_03_2 td {
      padding: 7px 10px;
  }
}

/*iot ccus*/
.backmarker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline;
}
.index_box {
  background: #F4F5F5;
  padding: 20px 25px;
}

.index_box_in {
  border-left: 3px solid #2E5CC3;
  padding-left: 20px;
  line-height: 2;
}
p.index_title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #2E5CC3;
  line-height: 1em;
}
.index_box ol {
/*    list-style: none;
  counter-reset: list_count;*/
  list-style-type: disc;
  margin-left: 20px;
}
.index_box ol li {
  margin-bottom: 5px;
/*    padding-left: 2rem;
  text-indent: -2rem;*/
}
/*.index_box ol li::before {
  counter-increment: list_count;
  color: #2E5CC3;
  font-size: 16px;
  font-weight: bold;
  content: counters(list_count, "-") "\ff1a";
}*/

.dlb-flow_area_3.IotFlow .dlb-flow_title {
  color: #ffffff;
  background-color: #2E5CC3;
}
.dlb-flow_area_3.IotFlow .dlb-flow_item {
  background-color: #F4F5F5;
}
.dlb-flow_area_3.IotFlow .dlb-flow_arr::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  border-style: solid;
  border-width: 0;
  border-top: 4px solid #FFBE00;
  border-right: 4px solid #FFBE00;
  position: absolute;
  top: calc(50% - -24px);
  left: calc(50% - 18px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 690px){
  .dlb-flow_area_3.IotFlow .dlb-flow_arr::before {
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 10px;
      display: inline-block;
      border-top: 4px solid #FFBE00;
      border-right: 4px solid #FFBE00;
      position: absolute;
      top: calc(50% - 13px);
      left: calc(50% - 20px);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  .index_box ol li {
      font-size: 13px;
  }
}


/*form*/
.holding_info {
padding: 20px;
background-color: #f5f5f5;
margin-bottom: 20px;
}
.holding_info dl {
font-size: 0;
}
.holding_info dl dt, .holding_info dl dd {
font-size: 1.4rem;
display: inline-block;
}
.holding_info dl dt {
font-weight: bold;
padding-right: 10px;
}
.check_box {
  padding: 20px 20px 13px;
  border: 7px solid #f5f5f5;
  margin-bottom: 30px;
}
.check_title {
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 15px;
position: relative;
background: none;
}
.check_title:before {
content: "";
width: 100%;
height: 1px;
border-top: #333 1px dotted;
position: absolute;
top: 50%;
left: 0;
}
.check_title .in {
background-color: #ffffff;
padding-right: 20px;
position: relative;
z-index: 15;
}

.check_list li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  list-style-type:none!important;
  padding-left: 28px;
  background: url(../image/icon_check.png) no-repeat 5px 5px/16px auto;
  border-bottom: 1px dotted #999999;
}

@media only screen and (max-width:720px) {
  .check_list li {
      font-size: 1.3rem;
      line-height: 1.4;
  }
}



/*********************************************/

/*gasset.html*/
/*********************************************/
.pagetitl_gasset {
  background-color: #EE1D21;
  padding: 30px;
}
.pagetitl_gasset .HTitl{
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  line-height: 1;
}  
@media only screen and (max-width: 690px){
  .pagetitl_gasset .HTitl{
      font-size: 26px;
  }
}
/*********************************************/
.mrtBlock{
  counter-reset: number;
  font-family: 'Noto Sans JP', sans-serif;
}
.mrtBlock .col {
  position: relative;
}
.mrtBlock .num {
  position: absolute;
  top: 0;
  left: 15%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE1D21;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  flex-direction: column;
  z-index: 1;
}
.mrtBlock .num::after {
  counter-increment: number;
  content: counter(number);
  display: block;
  font-size: 26px;
}
.mrtBlock .Img {
  border-radius: 100%;
  /*border: 1px solid #ffffff;*/
  overflow: hidden;
  width: 240px;
  height: 240px;
  position: relative;
  box-shadow: 0 0 0 10px #FFF, 0 0 0 11px #EE1D21;
  margin: 20px auto 30px;
}
.mrtBlock .Img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: none;
  max-height: 240px;
  min-width: 240px;
}
@media only screen and (max-width: 1024px) {
  .mrtBlock .Img {
      width: 180px;
      height: 180px;
  }
}
@media only screen and (max-width: 690px) {
  .mrtBlock .col+.col{
      margin-top: 20px;
  }
  .mrtBlock .num {
      left: 50%;
      display: inline-flex;
      border-radius: 4px;
      height: auto;
      padding: 7px 15px;
      width: auto;
      align-items: center;
      flex-direction: row;
      transform: translateX(-50%);
  }
  .mrtBlock .num::after {
      margin-left: 5px;
      font-size: 16px;
  }
  .mrtBlock .Img {
      width: 220px;
      height: 120px;
      margin: 13px auto 20px;
      border-radius: 0;
      box-shadow: none;
  }
  .mrtBlock .Img img{
      top: 70%;
  }
}
/*********************************************/
.noticeblock{
  font-family: 'Noto Sans JP', sans-serif;
}

.noticeblock .Img{
  margin-right: 3%;
}
@media only screen and (max-width: 690px) {
  .noticeblock .Img{
      margin: 0 auto 30px;
  }
}

/*********************************************/
/*STEP*/
.StepBlock{
  counter-reset: number;
  font-family: 'Noto Sans JP', sans-serif;
}
.StepBlock .step {
  position: relative;
  background-color: #333333;
  padding: 10px 10px 14px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  max-width: 200px;
  width: 100%;
}
.StepBlock .step::after {
  counter-increment: number;
  content: counter(number);
}
.StepBlock .step::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  border-style: solid;
  border-width: 23px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
  transform: translateX(-50%);
}
.StepBlock .inn {
  border-style: solid;
  border-width: 2px;
  border-color: #EE1D21;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;
}
.StepBlock .HTitl{
  text-align: center;
}
.StepBlock .Icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 5px solid #EE1D21;
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
}
/*********************************************/
/*辟｡譁吶う繝ｳ繧ｿ繝ｼ繝阪ャ繝亥ｰ主�繝輔Ο繝ｼ*/
.StepBlock.colorSky .inn {
  border-color: #29B8E8;
}
.StepBlock.colorSky .step {
  background-color: #29B8E8;
}
.StepBlock.colorSky .step::before {
  border-color: #29B8E8 transparent transparent transparent;
}
.StepBlock.colorSky .Icon {
  border: 5px solid #29B8E8;
}
@media only screen and (max-width: 690px) {
  .StepBlock .inn {
      padding: 15px;
  }
  .StepBlock .step {
      max-width: none;
      width: auto;
      padding: 10px;
      color: #FFF;
      font-size: 15px;
  }

  .StepBlock .Icon {
      width: 65px;
      height: 65px;
      margin: 0 auto 10px;
  }
  .StepBlock .Icon img {
      max-width: 75%;
  }
}


.txtred {
color:#EE1D21;
}

/*遉ｾ蜩｡繧､繝ｳ繧ｿ繝薙Η繝ｼ*/
.inttit{
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #ED1C21;
  margin-bottom: 15px;
}
.interviewArea01 {
  position: relative;
  margin-bottom: 450px;
}
.interviewArea01 .imgL{
  width: 77%;
}
.interviewArea01 .txtBoxR {
  width: 55%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  position: absolute;
  top: 330px;
  right: 0;
}
.interviewArea02 {
  position: relative;
  margin-bottom: 370px;
}
.interviewArea02 .imgR{
  width: 77%;
  margin-right: 0;
  margin-left: auto;
}
.interviewArea02 .txtBoxL {
  width: 55%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  position: absolute;
  top: 330px;
  left: 0;
}
.interviewArea03 {
  position: relative;
  margin-bottom: 120px;
}
.interviewArea03 .imgR{
  width: 77%;
  margin-right: 0;
  margin-left: auto;
}
.interviewArea03 .txtBoxL {
  width: 55%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  position: absolute;
  top: 480px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .inttit {
      font-size: 18px;
  }
  .interviewArea01 {
      position: static;
      margin-bottom: 40px;
  }
  .interviewArea01 .imgL{
      width: 100%;
  }
  .interviewArea01 .txtBoxR {
      width: 100%;
      padding: 20px 0;
      position: static;
  }
  .interviewArea02 {
      position: static;
      margin-bottom: 40px;
  }
  .interviewArea02 .imgR{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
  }
  .interviewArea02 .txtBoxL {
      width: 100%;
      padding: 20px 0;
      position: static;
  }
  .interviewArea03 {
      position: static;
      margin-bottom: 40px;
  }
  .interviewArea03 .imgR{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
  }
  .interviewArea03 .txtBoxL {
      width: 100%;
      padding: 20px 0;
      position: static;
  }
}

/*top繝悶Ο繧ｰ謗�″蜃ｺ縺�*/
.dlb_media_01_area{
  display: flex;
}


.faq-toggle_box  ~ .faq-toggle_box {
  margin-top: 5px;
}
.faq-toggle_box:last-child {
  margin-bottom: 40px;
}
.faq-toggle_btn {
  display: flex;
  position: relative;
  width: 100%;
  text-decoration: none!important;
  background: #F5F5F5;
  padding: 10px 45px 6px 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
}

.faq-toggle_btn:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #2E5CC3;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  display: block;
}
.faq-toggle_btn:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(135deg);
  border-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  right: 21px;
  z-index: 1;
}
.faq-toggle_box.is-open .faq-toggle_btn:before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
} 
.faq-toggle_contents {
  display: none;
  padding: 15px 10px;
  border: #f5f5f5 2px solid;
  margin-bottom: 30px;
}
body.dcms_editor .faq-toggle_contents,
body.page_mainimage .faq-toggle_contents,
[data-id="editor"] .faq-toggle_contents{
  display: block!important;
}
body.dcms_editor .faq-toggle_btn,
body.page_mainimage .faq-toggle_btn,
[data-id="editor"] .faq-toggle_btn{
  pointer-events: none!important;
}

/* Top繝壹�繧ｸ繝九Η繝ｼ繧ｹ縺ｸ縲√ち繝門虚菴懊ｒ霑ｽ蜉� */
.notice_area .tab {
  width: 100%;
  margin: auto;
}

.notice_area .tab-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.notice_area .tab-item {
  cursor: pointer;
  list-style: none;
  width: 20%;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
  padding: 2px 0 2px 13px;
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: transparent;
}
@media only screen and (max-width: 768px) {
  .notice_area .tab-item {width: 45%;}
}
@media only screen and (max-width: 690px) {
  .notice_area .tab-item {
      width: 100%;
      font-size: 22px;
      margin-bottom: 10px;
  }
}

.notice_area .tab-item.active {
  position: relative;
  border-color: #CC000C;
}

.notice_area .tab-box {
  display: flex;
}

.notice_area .tab-content {
  display: none;
}

.notice_area .tab-content.show {
  display: block;
  width: 100%;
}

/* 霑ｽ髫上ヰ繝翫�險ｭ螳壹*/
.Bnr {
  position: relative;
  display: none;
  width: 100px;
}
#tinymce .Bnr {display:block;}
.Bnr .Bnr__img {
  position: fixed;
  bottom: -10px;
  right: 0;
  z-index: 21;
}
.Bnr  .Bnr__img figure img{
  width:165px;
}

.Bnr p.close {
  position: absolute;
  right: 0px;
  top: 0px
}

.Bnr p.close a.cross {
  z-index: +1;
  width: 15px;
  height: 15px;
}

@media only screen and (max-width: 1050px) {
  .Bnr img {
      display: none;
  }
}


/*fix_bnr
---------------------------------------------------------*/
.fix_bnr {
  position: relative;
  max-width: 300px;
  width: auto;
  display: none;
}

.fix_bnr a {
  display: block;
}
.fix_bnr a:hover {
  opacity: .8;
}

.fix_bnr_img {
  position: fixed;
  max-width: 300px;
  width: auto;
  height: auto;
  bottom: 25vh;
  left: 10px;
  z-index: 21;
}

.fix_bnr_img figure img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
}

.fix_bnr p.fix_bnr_close a {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background-color: #333;
}
.fix_bnr p.fix_bnr_close a::before,
.fix_bnr p.fix_bnr_close a::after  {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 譽偵�蟷�ｼ亥､ｪ縺包ｼ� */
  height: 27px; /* 譽偵�鬮倥＆ */
  background: #fff; /* 繝舌ヤ蜊ｰ縺ｮ濶ｲ */
}
.fix_bnr p.fix_bnr_close a::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.fix_bnr p.fix_bnr_close a::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media only screen and (max-width: 979px) {
  .fix_bnr_img {
      display: none;
  }
}




/*btn_blue------------------*/
.btn_blue a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  width: 340px;
  background: #234a9d;
  border: 1px solid #234a9d;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  margin: 20px auto 0;
  transition: all 0.3s;
}

.btn_blue a:hover {
  background: #fff;
  color: #234a9d;
}

@media only screen and (max-width: 690px) {
  .btn_blue a {
      width: 90%;
  }
}