@charset "utf-8";
body {
    font-size: 14px
}
.h2-tit .tit-stamp {
    width: 30%;
    height: 80px;
    float: left;
    background: url('../img/common/tit-stamp-sp.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.h2-tit .tit-mes {
    width: 70%;
    height: 80px;
    background-color: #94825a;
    float: left
}
.h2-tit h2 {
    height: 60px;
    font-size: 32px;
    color: #222;
    text-align: center;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 10px;
    margin: 10px;
}

header {
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #fff
}
header #header_img {
    width: 80%;
    margin: 0 auto
}
#main-visual {
    margin: 0 auto
}
#main {
    padding: 0 5px;
    margin: 0 auto 30px
}
section {
    margin-bottom: 50px
}
footer {
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
footer #footer_img {
    width: 80%;
    margin: 0 auto 10px
}
footer #f-infomation {
    margin-bottom: 15px
}
footer #copy-wright {
    font-size: 12px;
    padding: 10px;
    background-color: #94825a
}
footer a,
footer a:visited,
footer a:hover {
    color: #fff
}

.sp_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}
.sp_clearfix {
    min-height: 1px
}
* html .sp_clearfix {
    height: 1px
}