/* CSS Document */

.mb0 {
  margin-bottom: 0px!important;
}
.mb2 {
  margin-bottom: 2px;
}
.mt_-1 {
  margin-top: -1px;
}
.mt_-5 {
  margin-top: -5px;
}
.mr_-5 {
  margin-right: -5px;
}
.ml_-5 {
  margin-left: -5px;
}
.pb0 {
  padding-bottom: 0!important;
}
.pb25 {
  padding-bottom: 25px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
@media screen and (max-width:767px) {
  .md_mt80 {
    margin-top: 80px;
  }
}



.fs32 {
  font-size: 32px;
}
.fs44 {
  font-size: 44px;
}
.lh28 {
  line-height: 28px;
}
@media screen and (max-width:991px) {
  .lg_fs18 {
    font-size: 18px!important;
  }
  .lg_fs20 {
    font-size: 20px!important;
  }
}


.fnomal {
  font-weight: normal!important;
}

.tx_blue {
  color: #075A99;
}
.tx_green {
  color: #015566; 
}
.bg_blue {
  background-color: #075A99;
}
.bg_blue2 {
  background-color: #F5F8FA; 
}
.bg_green {
  background-color: #015566;
}
.bg_yellow {
  background-color: #FAFAF0;
}
.bg_gray {
  background-color: #F7F7F7;
}
.bg_black {
  background-color: #333;
}



/*注意事項*/
.at_box {
  padding: 30px 45px;
}
.at_list {
  margin-bottom: 0px;
}
.at_list li {
  list-style: none;
  margin-bottom: 7px;
}
.at_list li::before {
  content: "※";
  padding-right: 5px;
}
.at_list li:last-child {
  margin-bottom: 0px;
}




/*訪問修理/お預かり修理*/
.type_box {
  position: relative;
  border-radius: 25px;
  padding: 35px 50px;
}
.type_bl {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 465px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 26%);
}
.type_bl::before {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 11px 0 11px;
}
.type_bl_l {
  background-color: #075A99;
  padding: 30px;
}
.type_bl_l::before {
  border-color: #075A99 transparent transparent transparent;  
}
.type_bl_r {
  background-color: #D18A17;
  padding: 23px;
}
.type_bl_r::before {
  border-color: #D18A17 transparent transparent transparent;  
}
@media screen and (max-width:991px) {
  .type_bl {
    width: 315px;
  }
  .type_bl_l {
    padding: 20px;
  }
  .type_bl_r {
    padding: 20px 3px;
  }
}







.section1_title_box {
  background-color: #001A57;
  padding: 30px 10px;
  box-shadow: 0px 6px 7px 0 rgb(0 0 0 / 21%)!important;
  position: relative;
  z-index: 1;
}
.section1_cam1 {
  width: 50%;
  position: relative;
  z-index: 0;
  background-color: #E2EBF2;
  color: #004981;
}
.section1_cam1_title {
  display: inline-block;
  background-color: #004981;
  color: #fff;
  border-radius: 30px;
  padding: 10px 40px;
}
.section1_cam2 {
  width: 50%;
  position: relative;
  z-index: 0;
  background-color: #DBE4EA;
  color: #015566;
}
.section1_cam2_title {
  display: inline-block;
  background-color: #015566;
  color: #fff;
  border-radius: 30px;
  padding: 10px 40px;
}
.coupon_box {
  border: 1px solid #015566;
  width: 295px;
}
.coupon_link {
  max-width: 590px;
  margin: 0 auto;
}
.section2 {
  background-color: #F1F6F9;
}
.section2_iot_box {
  background-color: #fff;
  border-radius: 5px;
}
.balloon {
  display: inline-block;
  background-color: #001A57;
  color: #fff;
  padding: 10px 35px;
  position: relative;
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 34px 10px 0 10px;
  border-color: #001A57 transparent transparent transparent;
}

.use_box1 {
  background-color: #E3F3FA;
}
.use_box2 {
  background-color: #E6F4D6;
}
.use_box3 {
  background-color: #FBEDC2;
}
.use_list {
  list-style: none;
}



.iot_link_btn {
  position: relative;
  display: inline-block;
  background-color: #E0E3EB;
  color: #001A57!important;
  width: 690px;
  text-decoration: none!important;
  padding: 35px;
  box-shadow: 0px 5px 7px 0 rgb(0 0 0 / 21%)!important;
  transition: opacity linear .2s;
}
.iot_link_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  content: url(/pc/feature/iot/images/arrow.png);
  padding-left: 20px;
}
.iot_link_btn:hover {
  opacity: 0.8;
}
.iot_link_btn:focus {
  box-shadow: 0px 5px 7px 0 rgb(0 0 0 / 21%)!important;
}
.iot_link_btn:active {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 21%)!important;
}
@media screen and (max-width:767px) {
  .iot_link_btn {
    width: 100%;
  }
}





.melit_table th,.melit_table td {
  border: 1px solid #333;
  height: 54px;
  padding: 5px 20px;
}
.melit_table th {
  background-color: #F5F5F5;
}
.table_yell_h {
  background-color: #F39C12!important;
  color: #fff;
}
.table_yell_d {
  background-color: #FAFAF0;
}


.dekiru_box {
  background-color: #F1F6F9;
  border-radius: 5px;
  padding: 40px;
}


.kbto_title {
  display: table;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #333;
  border-radius: 50px;
  padding: 7px 30px;
}
.kbto_box {
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 10px;
  overflow: hidden;
}
.kbto_boxin {
  padding: 25px 40px;
}
.kbto_list {
  list-style: none;
}
.kbto_list li::before {
  content: "●";
  margin-right: 5px;
}



.bg_ds {
  background-color: #DFEBF1;
}
.ds_tx {
  color: #0095DE;
}
.ds_title {
  background-color: #0095DE;
}
.ds_box1 {
  position: relative;
  background-color: #CEE6F1;
  border: 2px solid #0095DE;
  padding: 30px;
}
.ds_box1_img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.ds_box1_img .img {
  vertical-align: baseline;
}
.ds_box1_in {
  color: #FFFFFF;
  background-color: #0095DE;
  border: 1px solid #333;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.ds_box1in_n {
  color: #0095DE;
  font-size: 25px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ds_box1in_list {
  border-left:  1px solid #0095DE;
  padding-left: 20px;
  list-style: none;
}
.ds_box1in_list li::before {
  content: "●";
  color: #0095DE;
  margin-right: 10px;
}
.ds_box2 {
  background-color: #E4E4E4;
  border: 2px solid #949595;
}
.ds_box2_title {
  background-color: #949595;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.ds_box2_list {
  list-style: none;
}
.ds_box2_list li {
  position: relative;
  padding-left: 30px;
}
.ds_box2_list li::before {
  content: " ";
  width: 18px;
  height: 18px;
  background-color: #949595;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 8px;
}
.ds_box3 {
  background-color: #FFEDD4;
  font-size: 44px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 35px 0px;
}
.ds_box3_img {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ds_box4 {
  position: relative;
  background-color: #fff;
  border: 7px solid #0095DE;
  border-top: 1px solid #0095DE;
}
.ds_box4_title {
  background-color: #0095DE;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.ds_box4_img {
  position: absolute;
  bottom: -40px;
  right: -45px;
}



@media screen and (max-width: 1199px){
  .xl_fs18 {
    font-size: 18px!important;
  }
  .xl_fs20 {
    font-size: 20px!important;
  }
  .table_img {
    overflow-x: scroll;
    display: block;
  }
  .ds_box1_img {
    right: -20px;
  }
  .ds_box3 {
    font-size: 32px;
  }
  .ds_box3_img {
    left: 50%;
  }
  .ds_box4_img {
    position: static;
  }
}
@media screen and (max-width:991px) {
  .lg_fs40 {
    font-size: 40px!important;
  }
  .lg_pl0 {
    padding-left: 0px!important;
  }
  .section1_cam1 {
    width: 100%!important;
  }
  .section1_cam2 {
    width: 100%!important;
  }
  
  .table_scroll {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
  .ds_box1_img {
    top: auto;
    bottom: 0px;
    right: -45px;
    transform: none;
  }
  .ds_box3 {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width:767px) {
  .md_fs18 {
    font-size: 18px!important;
  }
  .md_fs26 {
    font-size: 26px!important;
  }
  .md_fs36 {
    font-size: 36px!important;
  }
  .type_box {
    padding: 35px;
  }
  .ds_box1in_n {
    writing-mode: horizontal-tb;
    text-align: center;
    padding-bottom: 10px;
  }
  .ds_box1in_list {
    border-left: none;
    border-top: 1px solid #0095DE;
    padding-top: 10px;
    padding-left: 0px;
  }
  .ds_box1_img {
    position: static;
    text-align: center;
    margin-top: 20px;
  } 
  .ds_box3 {
    background-color: #FFFFFF;
    padding: 0px;
  }
  .ds_box3_img {
    position: static;
    transform: none;
  }
}
@media screen and (max-width:575px) {
  .sm_fs20 {
    font-size: 20px!important;
  }
  .sm_fs24 {
    font-size: 24px!important;
  }
  .sm_fs32 {
    font-size: 32px!important;
  }
  .dekiru_title {
    top: -20px;
    padding: 15px 19px;
  }
  .dekiru_box {
    padding: 20px;
  }
  .ds_box1 {
    padding: 10px;
  }
}


/*PC一覧*/
/*.type2 {
  display: block;
  text-align: center;
  background-color: #001A57;
}
.bd_dot_blue {
  border-bottom: none;
  padding-bottom: 0px;
}
.models_cam_box {
  background-color: #E9F2F9;
  padding: 10px 20px;
}
*/







