@charset "utf-8";

#translation{
    padding-top: 50px;
    padding-bottom: 50px;
}
span.traTxt{
    display: block;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 150%;
    padding-top: 25px;
}
.traRows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 20px;
}
.traItem{
    width: 31.1%;
    margin-right: 3.35%;
}
.traItem:nth-child(3n){
    margin-right: 0;
}
.traItem h4{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #D70A2A;
    line-height: 160%;
}
.traItem span{
    font-size: 18px;
    color: #4D4D4D;
    line-height: 150%;
    display: block;
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.traTxt01{
    font-size: 18px;
    line-height: 150%;
    color: #4D4D4D;
    display: block;
    padding-top: 60px;
    padding-bottom: 98px;
}