<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
***************************************
bluedot-plus css
***************************************
*/
#sect2 .col &gt; div:first-child img{
  width: 90%;
}
#sect2 .col &gt; div:nth-child(2) img{
  margin-top: 50px;
}
#sect2 .col &gt; div:last-child ul{
  display: flex;
  justify-content: space-between;
  font-size: 80%;
}
#sect2 .col &gt; div:last-child ul li{
  text-align: center;
  line-height: 1.5em;
  width: 47%;
}
#sect2 .col &gt; div:last-child ul li p span{
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

/* --------------------------- */
.item #sect3 ul {
  width: 100%;
}

/*
***************************************
TAB用
***************************************
*/
@media screen and (max-width:920px){
}
/*
***************************************
SP用
***************************************
*/
@media screen and (max-width:640px){
  #sect2 .col &gt; div:nth-child(2) img{
    margin-top: 0px;
  }
}
</pre></body></html>