@charset "utf-8";
/* CSS Document */

/*音声サンプルコントロールバー*/
audio {
  max-width: 70%;
  width: 100%;
  height: 45px;
}


/*tel*/
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/*コピー禁止*/
.copy-none {
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
-ms-user-select:none;
}
.text-select {
  user-select: element;
    -webkit-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: element;
    -webkit-user-drag: element;
    -khtml-user-drag: element;
    -ms-user-select: element;
}


.matoi_question {
  display: block;
}
.matoi_question_sp {
  display: none;
}
@media (max-width: 768px) {
  .matoi_question {
      display: none;
    }
    .matoi_question_sp {
      display: block;
    }
}



.calendar_map {margin-top: 0px;}

/*header*/
.product_top {display: none;}

/*footer*/
.migisita {
  height: 100%;
  position: relative;
}

.migisita p {
  position: absolute;
  bottom: 0px;
  right: 0px;
}


.font_ss {
  font-size: 8px;
}
.pt_50 {
  padding-top: -50px;
}

.module-subtitle_mbs {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 40px;
}
.module-title + .module-subtitle_mbs {
  margin-top: -35px;
}
.landing-reason .module-title + .module-subtitle_mbs {
  margin-top: -60px;
  margin-bottom: 40px;
}


/*活用例ホバー*/
.example {
  transition: color .3s;
}
.example :hover{
  color: #3B9425;
}



/*商品詳細ページNSマーク*/
.alt-features-ns {
  position: relative;
  padding-left: 55px;
  /*margin: 65px 0 0 0;*/
}


.alt-features-ns_jpg {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  float: left;
}
/*---------*/

.audio-width {
  width: 500px;
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-ns {
    margin: 20px 0 0;
  }
}

@media (max-width: 767px) {
  
  .calendar_map {margin-top: 30px;}
  
  .alt-features-ns {
    padding-left: 0;
    margin: 0 0 30px ; 
    /*text-align: center;*/
  }
  .alt-features-ns_jpg {
    position: static;
    width: auto;
    margin: 0 20px auto 8px;
  }
}
/*ここまで*/

/*商品詳細ページ　データダウンロード下線*/
.soundlist {
  display: flex;
  flex-wrap: wrap;
}
.soundlist > div {
  position: relative;
}
.soundlist > div::after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted #c2c2c2;
}
.data-line {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
.audio-line {
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*製品仕様*/

.menu_none {
  border-bottom: 1px none #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.back_color {
  background-color: #FFF6EA;
  margin-top: -20px;
  padding-top: 20px;
}


.spec {
  position: relative;
  /*text-align: right;*/
}

.spec_font {
  color: #3B9425;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .spec {
    text-align: center;
  }
}

/*製品仕様ここまで*/


/*バッテリー/電源*/
.menu02 {
  border-bottom: 1px dotted #e5e5e5;
  margin: 0 0 10px;
}



/*会社概要*/
.company {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 1px;
  margin: 0 0 10px;
}



@media (max-width: 768px) {
  
  /*footer*/
  .title_h5 {display: none;}
  .migisita p {
  position: static;
  bottom: 0px;
  right: 0px;
    }
  
  /*header*/
  .product_top {display: inline;}
}

/*メールフォーム*/
.form-text {
  line-height: 1.4;
  font-weight: 400;
}

.ml-10 {margin-left: 10px;}



/*活用例*/

.table_tb {
  margin-top: -50px;
  margin-bottom: 45px;
}

.align-left_sp {
  text-align: left !important;
}
@media (max-width: 768px) {
  .align-left_sp {
      text-align: center !important;
  }
}

/*設置上の注意*/
.warning_title {
  color: #FC070B;
}

.warning_icon {
  text-align: center;
}

.warning_p {
  text-align: center;
  margin-top: -50px;
}

/*--新着情報設置 20201002--*/
.newsArea {
  padding: .5rem;
  background: #3B9425;
}

.newsArea .newsArea_contents {
  font-weight: bold;
  color: #fff;
}

.newsArea .newsArea_contents:hover {
  opacity: .7;
}

/*-- topics 設置 --*/
.topicsSec_contBlock {
  margin: 4.5rem auto 0;
  float: inherit;
}

.topicsSec_date {
  background: #3B9425;
  padding: .3rem 1rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 6px;
}

.topicsSec_title {
  font-size: 24px;
  margin-top: 0;
}

.topicsSec_body_imgList {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.topicsSec_body_imgList > li {
  list-style: none;
}