﻿@charset "utf-8";
*:first-child + html body {
    overflow: hidden;
}
/*-----------------------------------------------------------------
		メインイメージ設定
-----------------------------------------------------------------*/
#Top_Banner {
    overflow: hidden;
    z-index: 1;
    height: 458px;
    background: #f2f2f2 url(../img/top_banner01.png) no-repeat center;
    background-size: cover;
    padding-top: 53px;
}
#Top_Banner h1 {
    font-size: 32px;
    color: #011955;
    margin: 100px 0 0 0;
    font-weight: normal;
}
#Top_Banner p {
    font-size: 20px;
    color: #011955;
    text-align: left;
}
.Top_Banner-inner img {
    float: right;
    margin-top: -50px;
}
div.Top_Banner-inner {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    height: 458px;
    z-index: 0;
    text-align: left;
    vertical-align: middle;
}
/*-----------------------------------------------------------------
		お問い合わせ
-----------------------------------------------------------------*/
#top_contact {
    clear: both;
    padding: 0;
    text-align: center;
    height: 285px;
    background: url(../img/contact_bg.png) no-repeat 50% 0;
    background-size: cover;
}
#top_contact .inner {
    width: 960px;
    margin: 0 auto;
}
.top_contact_inner {
    padding-top: 40px;
}
#top_contact .inner p {
    color: #FFF;
    text-align: center;
}
.top_contact_ttl {
    font-size: 24px;
}
.top_contact_btn {
    margin: 20px auto 0 auto;
    width: 700px;
    display: block;
    height: 60px;
}
/*-----------------------------------------------------------------
		Content
-----------------------------------------------------------------*/
#Content * {
    box-sizing: border-box;
}
#Content .title {
    font-size: 30px;
    line-height: 50px;
    color: #000;
    padding: 30px 0px;
}
#Content .text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
}
#Content .subtitle {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
#Content .des {
    font-size: 14px;
    color: #445565;
}
#Content li {
    font-size: 16px;
    line-height: 28px;
}
#Content li:before {
    content: "■";
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
#Content ul {
    padding-bottom: 30px;
}
#Content ul.green li:before {
    color: #02a47f;
}
#Content ul.grey li:before {
    color: #949494;
}
.hpe_wp960 {
    width: 960px;
    margin: 0 auto;
}
.hpe_box {
    border: 1px solid #80d1be;
    padding: 25px 25px 50px;
    margin-bottom: 50px;
}
.hpe_box ul {
    margin-bottom: 40px;
}
.hpe_box ul li:nth-of-type(n) {
    width: 45%;
    float: left;
}
.hpe_box ul li:nth-of-type(2n) {
    width: 55%;
    float: left;
}
.synergy1, .synergy3 {
    width: 100%;
    background: #d6d6d6;
}
.synergy2_list ul li {
    width: 50%;
    float: left;
    padding-left: 25px;
}
.synergy2_box {
    background: #e8e8e8;
    padding: 30px 80px 0px;
}
.synergy2_box .f-left {
    width: 340px;
}
.synergy2_box .f-right {
    width: 340px;
}
.synergy2_box .f-left h2 {
    background: #949494;
    color: #fff!important;
    width: 100%;
}
.synergy2_box .f-right h2 {
    background: #00a481;
    color: #fff;
    width: 100%;
}
.synergy2 .des {
    margin: 30px 0px 15px;
}
.synergy3 img, .synergy4 img {
    margin-bottom: 30px;
}
.synergy4 .des {
    margin-bottom: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {}
