@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3:first-letter{
    color: #D00C15;
}
#content h4{
    margin-bottom: 20px;
}
#content .section{
    overflow: hidden;
}
#content .section .aside{
    overflow: hidden;
    float: left;
    margin-left: 25px;
    margin-bottom: 41px;
}
#content .section .aside dl{
    width: 186px;
    margin-right: 25px;
}
#content .section .aside dl:nth-child(3n){
    margin-right: 0;
}
#content .section .aside dl dt{
    margin-bottom: 7px;
}
#content .section .aside dl dd{
    font-size: 1.06em;
    line-height: 2;
    margin-bottom: 29px;
}
#content .section .aside dl dd a{
    background: url(../image/icon07.jpg) center right no-repeat;
    padding-right: 22px;
    color: #000000;
    text-decoration: none;
}
#content .section .aside dl dd a:hover{
    text-decoration: underline;
}


#content .menu{
    overflow: hidden;
    margin-bottom: 65px;
}
#content .menu03{
    margin-bottom: 40px;
}
#content .menu.none{
    margin-bottom: 0px;
}
#content .menu ul{
    text-align: center;
    margin-bottom: 18px;
}
#content .menu ul li{
    border-radius: 50%;
    background: #D00C15;
    height: 101px;
    width: 101px;
    display: inline-block;
    margin-right: 25px;
    color: #ffffff;
}
#content .menu ul li:last-child{
    margin-right: 0px;
}
#content .menu ul li p{
    height: 101px;
    font-size:  1.28em;
    line-height: 1.17;
    display: table-cell;
    vertical-align: middle;
    width: 101px;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho,
    serif, 'メイリオ', 'Meiryo', sans-serif;
}
/*間仕切り壁の新設*/
#content .menu ul li p.none{
    font-size: 16px;
}