/* ===================================================================
toppage-css
=================================================================== */

/*	maincolumn
----------------------------------------------------*/

.box {
margin-bottom:15px;
}

.box h3 {
margin-bottom:10px;
padding:10px 0 0 60px;
font-size:16px;
font-weight:bold;
color:#e83356;
border-bottom:1px dotted #e83356;
background:url(images/h3_arrow.png) no-repeat 3px 11px;
}

.experience__name {
font-size:12px;
}

.box .experience {
margin-top:10px;
border:2px solid #e83356;
}
.experience__img {
    display: inline-block;
}
.experience__body {
    display: none;
}

@media screen and (max-width: 768px) {
    .experience__img {
        display: none;
    }
    .box .experience {
        padding: 15px;
    }
    .experience__body {
        display: block;
        font-size: 14px;
    }
}