@charset "utf-8";
h1 {
}
.h2-tit {
    height: 120px
}
.h2-tit h2 {
    height: 100px;
    font-size: 26px;
    color: #222;
    text-align: center;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 20px;
    margin: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
header {
    height: 100px;
    padding-top: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}
header #header_img {
    width: 410px;
    margin: 0 auto
}

#main-visual {
    width: 980px;
    margin: 0 auto
}
#main {
    width: 980px;
    padding: 0 20px;
    margin: 0 auto 30px
}
article {
    width: 980px;
    margin: 0 auto 30px
}
section {
    margin-bottom: 50px
}
footer {
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
footer #footer_img {
    width: 265px;
    margin: 0 auto 10px
}
footer #f-infomation {
    margin-bottom: 30px
}
footer #copy-wright {
    height: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    background-color: #94825a
}
footer a:visited,
footer a:hover {
    color: #fff
}
.clear_link {
    color: #fff;
    text-decoration: none
}
.black2 {
    color: #222;
    text-decoration: none
}
.black2:hover {
    opacity: 1
}
.dis_pc {
    display: none
}