@charset "UTF-8";

#bottom-link + .block_html .item{
background-color: #eaeaea;
border-bottom: 1px dashed #ccc;
padding: 20px;
}

#bottom-link + .block_htm .item>a{
text-decoration: none;
display: block;
transition: all 0.3s;
}

#bottom-link + .block_htm .item>a:hover{
opacity: 0.8;
}


#bottom-link + .block_html .item-title{
font-size: 2em;
display: flex;
align-items: center;
}

#bottom-link + .block_html .item-title span.box{
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.3em;d
}

#bottom-link + .block_html .item-title span.red{
color: red;
}

#bottom-link + .block_html .item-title span.blue{
color: blue;
}

#bottom-link + .block_html .item-title span.yellow{
color: #cdcd43;
}

#bottom-link + .block_html .item-title span.orange{
color: orange;
}

#bottom-link + .block_html .item-title span.green{
color: green;
display: flex;
}

@media (max-width: 640px){
#bottom-link + .block_html .item-title{
font-size: 6vw;
}
}

.effect{
  display: flex;
  flex-direction: row;
}
.effect__image{
  width: 65%;
}
.effect__text{
  width: 35%;
  padding-left: 20px;
}
@media (max-width: 900px){
.effect{
  flex-direction: column;
}
.effect__image{
  width: 100%;
}
.effect__text{
  width: 100%;
  padding-left: 0;
}
}
