@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
  top
-----------------------------------------------*/

.box-mailto {
    display: block;
    border: 1px solid #707070;
    margin: 10px 0;
}
.box-mailto a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}
.box-mailto a:hover {
    background-color: #efefef;
    text-decoration: none;
}
.box-mailto__text {
    margin: 0 20px 0 0;
}
.link-text{
    color: #EA5514;
    font-weight: bold;
}

@media(max-width:750px) {




}



