/* ===========================================
temperature
	ontrasys_tag
=========================================== */
/* ------------------------
*	billboard
*/
@media (max-width: 767px) {
  .firstview2 {
    padding-top: 73.428vw;
  }
}

@media (min-width: 768px) {
  .heading2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 20vw;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .firstview2_head {
    margin-top: -17vw;
    padding: 43px calc(36% + 40px) 43px 40px;
  }
}

.firstview2-ontrasys_tag {
  display: block;
}
@media (min-width: 768px) {
  .firstview2-ontrasys_tag {
    max-width: 507px;
    margin: 0 40px 30px auto;
  }
}
@media (max-width: 767px) {
  .firstview2-ontrasys_tag img {
    width: 254px;
  }
}

.firstview2-ontrasys_tag2 {
  display: block;
}
@media (max-width: 767px) {
  .firstview2-ontrasys_tag2 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .firstview2-ontrasys_tag2 {
    width: 60%;
    max-width: 352px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .firstview2-ontrasys_tag2 img {
    width: 176px;
  }
}

@media (max-width: 767px) {
  .firstview2 {
    background-image: url(../../sy_images/product/sensing/ontrasys_tag/ontrasys_tag_billboard_img.png);
    background-size: 90% auto;
  }
}

@media (min-width: 768px) {
  .firstview2_img {
    background-image: url(../../sy_images/product/sensing/ontrasys_tag/ontrasys_tag_billboard_img.png);
  }
}

/* ------------------------
*	
*/
.product_heading {
  font-weight: 500;
  color: #518ca1;
}
@media (max-width: 767px) {
  .product_heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .product_heading {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .product_heading {
    padding: 34px 5% 14px;
  }
  .product_heading::after {
    left: 5%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .product_heading {
    margin-top: 71px;
    margin-bottom: -40px;
    padding-bottom: 31px;
    text-align: center;
  }
}

.product_lead {
  font-weight: 500;
}
@media (max-width: 767px) {
  .product_lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .product_lead {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .product_lead {
    padding: 14px 5% 12px;
  }
}
@media (min-width: 768px) {
  .product_lead {
    width: 800px;
    margin: 74px auto 20px;
  }
}

@media (max-width: 767px) {
  .product_lead-note {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .product_lead-note {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .product_lead-note {
    padding: 0 5% 38px;
  }
}
@media (min-width: 768px) {
  .product_lead-note {
    width: 800px;
    margin: 0 auto 76px;
  }
}

/* ------------------------
*	tagSec1
*/
@media (max-width: 767px) {
  .tagSec1 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .tagSec1 {
    padding-bottom: 60px;
  }
}

.tagSec1_head {
  font-weight: 500;
  color: #fff;
  background: #518ca1 url(../../sy_images/common/common_stripe.png);
  background-size: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .tagSec1_head {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .tagSec1_head {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .tagSec1_head {
    padding-top: 34px;
    padding-bottom: 104px;
  }
}
@media (min-width: 768px) {
  .tagSec1_head {
    padding-top: 53px;
    padding-bottom: 93px;
  }
}

@media (max-width: 767px) {
  .tagSec1_container {
    margin: -90px 5% 0;
  }
}
@media (min-width: 768px) {
  .tagSec1_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 900px;
    margin: -50px auto 0;
  }
}

.tagSec1_item {
  background-color: #fff;
  border: solid 3px #4d4d4d;
}
@media (max-width: 767px) {
  .tagSec1_item {
    padding: 40px 5% 36px;
  }
}
@media (min-width: 768px) {
  .tagSec1_item {
    width: 415px;
    padding: 50px 30px 44px;
  }
}
@media (max-width: 767px) {
  .tagSec1_item ~ .tagSec1_item {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .tagSec1_item:nth-child(n+3) {
    margin-top: 60px;
  }
}
.tagSec1_item dt {
  font-weight: 500;
}
@media (max-width: 767px) {
  .tagSec1_item dt {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .tagSec1_item dt {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .tagSec1_item dt {
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .tagSec1_item dt {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}
.tagSec1_item dt::after {
  left: 0;
  margin-left: 0;
}

.tagSec1_item-img {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .tagSec1_item-img {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .tagSec1_item-img {
    margin-bottom: 34px;
  }
}

.tagSec1_item--memo {
  display: block;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .tagSec1_item--memo {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .tagSec1_item--memo {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.item_modal {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .item_modal {
    padding: 20px 5%;
    margin: 0 5%;
  }
}
@media (min-width: 768px) {
  .item_modal {
    padding: 35px 100px;
  }
}
.item_modal-lead {
  font-weight: 500;
}
@media (max-width: 767px) {
  .item_modal-lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .item_modal-lead {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
.item_modal-list dt {
  font-weight: 700;
  color: #518ca1;
}
@media (max-width: 767px) {
  .item_modal-list dt {
    margin-top: 12px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .item_modal-list dt {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.item_modal-list dt span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .item_modal--note {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .item_modal--note {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .item_modal--note {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .item_modal--note {
    margin-top: 11px;
  }
}

/* ------------------------
*	tagSec2
*/
.tagSec2 {
  background-color: #e5eef1;
}
@media (max-width: 767px) {
  .tagSec2 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .tagSec2 {
    padding: 80px 0 60px;
  }
}

.tagSec2_head {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #518ca1 url(../../sy_images/common/common_stripe.png);
  background-size: 10px;
}
@media (max-width: 767px) {
  .tagSec2_head {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .tagSec2_head {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .tagSec2_head {
    width: 90%;
    padding: 15px 5px;
  }
}
@media (min-width: 768px) {
  .tagSec2_head {
    padding: 9px;
  }
}

.tagSec2_head2 {
  font-weight: 500;
  color: #518ca1;
}
@media (max-width: 767px) {
  .tagSec2_head2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .tagSec2_head2 {
    font-size: 3rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .tagSec2_head2 {
    margin: 34px 5%;
  }
}
@media (min-width: 768px) {
  .tagSec2_head2 {
    margin: 49px auto 39px;
    text-align: center;
  }
}

.tagSec2_tag dt {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .tagSec2_tag dt {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .tagSec2_tag dt {
    width: 450px;
    padding-bottom: 40px;
    margin-bottom: 34px;
  }
}
.tagSec2_tag dd {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tagSec2_tag dd p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .tagSec2_tag dd p {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tagSec2_tag dd p {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .tagSec2_tag dd p {
    margin: 0 5% 26px;
  }
}
@media (min-width: 768px) {
  .tagSec2_tag dd p {
    margin-bottom: 14px;
    text-align: center;
  }
}

/* ------------------------
*	tagSec3
*/
@media (max-width: 767px) {
  .tagSec3 {
    padding: 34px 0 40px;
  }
  .tagSec3 .table-responsive {
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .tagSec3 {
    padding: 73px 0 60px;
  }
}

.tagSec3_head {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .tagSec3_head {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .tagSec3_head {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .tagSec3_head {
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) {
  .tagSec3_head {
    margin-bottom: 43px;
  }
}

.tagSec3_table {
  width: 1000px;
  border-top: solid 1px #ccc;
}
@media (min-width: 768px) {
  .tagSec3_table {
    margin-left: auto;
    margin-right: auto;
  }
}
.tagSec3_table th {
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .tagSec3_table th {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .tagSec3_table th {
    padding: 10px 15px;
  }
}
.tagSec3_table td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
@media (max-width: 767px) {
  .tagSec3_table td {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .tagSec3_table td {
    padding: 10px 15px;
  }
}
.tagSec3_table thead th ~ th {
  border-left: solid 1px #ccc;
}
.tagSec3_table tbody th {
  width: 13em;
}
@media (max-width: 767px) {
  .tagSec3_table ~ .tagSec3_table {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .tagSec3_table ~ .tagSec3_table {
    margin-top: 40px;
  }
}

.tagSec3_table-list dt {
  float: left;
  width: 7em;
}
.tagSec3_table-list dd {
  margin-left: 7em;
}

/* ------------------------
*	tagSec4
*/
.tagSec4 {
  background-color: #518ca1;
  color: #fff;
}
@media (max-width: 767px) {
  .tagSec4 {
    padding: 34px 5% 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .tagSec4 {
    padding: 73px 0 60px;
  }
}

.tagSec4_head {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .tagSec4_head {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .tagSec4_head {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .tagSec4_head ~ .tagSec4_head {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .tagSec4_head ~ .tagSec4_head {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .tagSec4_container {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .tagSec4_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 750px;
    margin: 47px auto 0;
  }
}

@media (max-width: 767px) {
  .tagSec4_img {
    padding: 0 15%;
  }
}
@media (min-width: 768px) {
  .tagSec4_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 297px;
    margin-left: 30px;
  }
}

.tagSec4-txt {
  font-weight: 500;
}
@media (max-width: 767px) {
  .tagSec4-txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tagSec4-txt {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

.tagSec4-link--apple {
  width: 163px;
}
@media (max-width: 767px) {
  .tagSec4-link--apple {
    margin: 16px auto 0;
  }
}
@media (min-width: 768px) {
  .tagSec4-link--apple {
    margin-top: 29px;
  }
}

.tagSec4-link--google {
  width: 201px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tagSec4-link--google {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .tagSec4-link--google {
    margin-bottom: 17px;
  }
}

.tagSec4-note li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .tagSec4-note li {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .tagSec4-note li {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.tagSec4-txt2 {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .tagSec4-txt2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tagSec4-txt2 {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .tagSec4-txt2 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .tagSec4-txt2 {
    margin-top: 37px;
  }
}

.tagSec4-manual {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .tagSec4-manual {
    margin-top: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  .tagSec4-manual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 34px;
  }
}
.tagSec4-manual li {
  /*&:last-child{
  	@include inpc() {
  		margin-top: 60px;
  	}
  }*/
}
@media (min-width: 768px) {
  .tagSec4-manual li {
    width: 360px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tagSec4-manual li ~ li {
    margin-top: 20px;
  }
}
.tagSec4-manual a {
  display: block;
  border: solid 1px #fff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  .tagSec4-manual a {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tagSec4-manual a {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .tagSec4-manual a {
    padding: 17px 5px;
  }
}
@media (min-width: 768px) {
  .tagSec4-manual a {
    padding: 14px 5px;
  }
}

.tagSec4-manual2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .tagSec4-manual2 {
    margin-top: 20px;
  }
}/*# sourceMappingURL=temperature-ontrasys_tag.css.map */