@charset "utf-8";

#mainvis{
background-image: url("../img/zirei/mi.png");
}

div.mainbox div.ebox div.tbox{
height: auto;
}

p.des{
padding: 4%;
padding-bottom: 0;
display: block;
}

p.des span{
display: block;
color: #00A3CE;
font-weight: bold;
}

div.des > div{
display: flex;
margin-bottom: 20px;
width: 100%;
}

div.des > div span{
font-weight: bold;
color: #00A3CE;
font-size: 1.2em;
width: 20%;
margin-right: 20px;
text-align: left;
border-right: 3px solid #00A3CE;
}

div.des > div p{
width: 80%;
}

@media screen and (max-width: 800px) {
div.des > div{
flex-wrap: wrap;
}

div.des > div span,div.des > div p{
width: 100%;
}

div.des > div span{
border-right: none;
border-bottom: 3px solid #00A3CE;
padding-bottom: 5px;
margin-bottom: 5px;
}
}
