@charset "utf-8";
/* CSS Document */
/*
当サイトについて
*/

.aboutBox{
width: auto;
border: solid 3px #ED590F;
padding: 30px 50px 10px;
margin-top: 60px;
}
.aboutBox li{
position: relative;
margin-bottom: 20px;
padding-left: 12px;
font-size: 124%;
}
.aboutBox li:before{
position: absolute;
top: 14px;
left: 0;
content: "";
display: block;
width: 5px;
height: 2px;
background: #161b7a;
}
