/* Style start */
.mainvisual-area.top-message {
  background-image: url("../../../../common/img/mainvisual-thermistor_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.glossary-container {
  display: flex;
  justify-content: center;
}

.glossary {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
  width: 64%;
  max-width: 1024px;
}
.glossary_intro {
    padding-bottom: 10px;
}
.glossary_content {
  line-height: 2;
  margin: 25px 0 0;
}

.glossary_title {
    font-size: 133%;
    color: #035089;
    line-height: 1.8;
    letter-spacing: 3px;
    border: 2px solid #035089;
    padding: 10px 50px 10px 15px;
    margin-bottom: 20px;
/*    cursor: pointer;*/
    position: relative;
    font-weight: bold;
}

/*.glossary_title::before{
    content: url("../../../../common/img/arrow-icon08.png");
    display: block;
    transform: translate(50%,50%);
    position: absolute;
    right: 30px;
    top: 35%;
    width: 15px;
    height: 10px;
    transition: .3s;
    line-height: 0;
}
.glossary_title.open::before{
    transform: translate(50%,50%) rotate3d(1, 0, 0, 180deg);
}
.glossary_title:hover{
    opacity: .8;
}*/

.glossary_text {
  display: flex; 
  flex-direction: column;
  font-size: 93.75%;
    height: 0;
    overflow: hidden;
}

.glossary_title.open ~ .glossary_text {
    height: auto;
}

.privacy-card_item{
  position: relative;
}
.privacy-card_item::before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    border-radius: 100%;
    background-color: #457ea9;
    margin-top: 0px;
    margin-right: 5px;
}
.glossary_text--circle::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 100%;
  margin-right: 5px;
}

.glossary_text--star::before {
  content: "※";
  margin-right: 5px;
  align-self: flex-start;
}
.glossary_product_title {
    font-size: 133%;
    color: #035089;
    line-height: 1.8;
    letter-spacing: 3px;
    border: 2px solid #035089;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
.glossary_product {
    margin-top: 60px;
}
.glossary_product_nuv {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.glossary_product_card {
    margin: 0 25px;
}
.glossary_product_card a{
    color: #000;
    text-decoration: none;
}
/* Style end */

/* Medium break point */
@media screen and (max-width: 767px) {
  .glossary {
    width: 80%;
  }
.glossary_product_nuv {
    flex-direction: column;
}

.glossary_product_card {
    margin: 20px 0;
}
}

/* Small break point */
@media screen and (max-width: 576px) {
  .glossary {
    width: 90%;
    margin-top: 30px;
  }
}
