@charset "UTF-8";

body{
    font-family: 'Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
    font-size: 15px;
    border-top: 10px solid #a5a2a2;
}
a{
    text-decoration: none;
    color: #333;
}
.logo{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.logo img{
    display: inline-block;
    margin-bottom: 5px;
}
.w_inner{
    width: 1200px;
    margin: 0 auto;
}
.header ul{
    display: flex;
    list-style-type: none;
    margin-bottom: 30px;
}
.header ul li{
    width: 200px;
    text-align: center;
    border-right: 1px solid #ddd;
}
.header ul li:first-child{
    border-left: 1px solid #ddd;
}
.header ul li a{
    display: block;
}
.header_img{
    text-align: center;
    margin-bottom: 50px;
}
.header_img img{
    display: inline-block;
}
.container_service .service_block{
    display: flex;
    justify-content: space-between;
}
.container_service .service{
    width: 380px;
    text-align: center;
}
.container_service h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.container_service .servise img{
    margin-bottom: 25px;
}
.container_service .service .ttl{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.container_service .service .explain{
    margin-bottom: 20px;
}
.container_service .service a{
    background: #a5a2a2;
    color: #fff;
    padding: 15px 20px 12px;
}
.footer{
    margin-top: 40px;
}
.pp_link{
    text-align: right;
    margin-bottom: 70px;
}
.copy{
    text-align: center;
    background: #a5a2a2;
    color: #fff;
    font-size: 12px;
    padding: 7px 0 3px;
}