﻿@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: #fff;
    margin: 213px 0 0 0;
    font-weight: normal;
}
#Top_Banner p {
    font-size: 20px;
    color: #000;
    text-align: center;
}
div.Top_Banner-inner {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    height: 460px;
    z-index: 0;
    text-align: left;
    vertical-align: middle;
}
/*-----------------------------------------------------------------
		HPE_feather
-----------------------------------------------------------------*/
#HPE_feather {
    width: 880px;
    margin: 20px auto 20px;
}
#HPE_feather .HPE_feather_box {
    color: #ffffff !important;
    border: 10px solid #ffffff;
    text-align: center;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 18px 0px 13px;
}
#HPE_feather .HPE_feather_box h1 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}
#HPE_feather .HPE_feather_box p {
    color: #ffffff;
    text-align: center;
}
#HPE_feather .HPE_feather_box .HPE_feather_copy {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    /* text-align: left; */
}
#HPE_feather .HPE_feather_box .HPE_feather_btn {
    margin-top: 10px;
}
#HPE_feather .HPE_feather_box .HPE_feather_btn a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 0px 26px;
    border-radius: 10px;
}
#HPE_feather .HPE_feather_box.green {
    background: #617d78;
}
#HPE_feather .HPE_feather_box.purple {
    background: #614767;
}
#HPE_feather .HPE_feather_box.grey {
    background: #877b75;
}
#HPE_feather .HPE_feather_box.b-green {
    background: #008993;
}
#HPE_feather .HPE_feather_box.c-green {
    background: #468730;
}
#HPE_feather .HPE_feather_box.blue {
    background: #5195bd;
}
#HPE_feather .HPE_feather_box.purple2 {
    background: #7e278f;
}
#HPE_feather .HPE_feather_box.yellow {
    background: #bdb851;
}
#HPE_feather .HPE_feather_box.orange {
    background: #D45C00;
}


/*-----------------------------------------------------------------
		HPE_feather2
-----------------------------------------------------------------*/
#HPE_feather2 {
    width: 880px;
    margin: 20px auto 20px;
}
#HPE_feather2 .HPE_feather_box {
    text-align: center;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0px 5px;
    margin-bottom: 1em;
}
#HPE_feather2 .HPE_feather_box h1 {
    font-size: 21px;
    text-align: center;
    margin: 0px;
    color: #000;
    border-bottom: 1px solid #0d5265;
    padding-bottom: 5px
}
.icn-new {
    display: inline-block;
    text-align: center;
    margin-left: 0.5em;
    float: none;
    font-weight: bold;
    font-size: 12px;
    border: none;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-style: normal;
    background-color: #0d5265;
    padding: 3px 5px;
    vertical-align: text-top;
}
.icn-access {
    display: inline-block;
    text-align: center;
    float: none;
    font-weight: bold;
    font-size: 12px;
    border: none;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-style: normal;
    background-color: #5195bd;
    padding: 3px 5px;
    vertical-align: text-top;
}
.df-ac{
    display: flex;
    align-items: center;
  }
  .mb-05{
    margin-bottom: 0.5em;
  }
#HPE_feather2 .HPE_feather_box p {
    text-align: left;
}
#HPE_feather2 .HPE_feather_box .HPE_feather_copy {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    text-align: left;
    margin-right: 1em;
    padding: 20px;
    white-space: nowrap;
    width: 6em;
}

#HPE_feather2 .HPE_feather_box .d-flex{
    display: flex;
}

#HPE_feather2 .HPE_feather_box .border-b-d{
    background-image : linear-gradient(to right, #0d5265, #0d5265 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

#HPE_feather2 .HPE_feather_box .HPE_feather_copy2 {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    text-align: left;
    padding: 20px 10px;
}

#HPE_feather2 .HPE_feather_box .HPE_feather_copy2 a{
    font-size: 12px;
    color: #0d5265;
    text-decoration: underline;
}


#HPE_feather2 .HPE_feather_box.new {
    background: #ffffff;
}

/*-----------------------------------------------------------------
		お問い合わせ
-----------------------------------------------------------------*/
#top_contact {
    clear: both;
    padding: 0;
    text-align: center;
    height: 285px;
    background: url(../img/contact_bg.png) no-repeat 50% 0;
    background-size: cover;
    border-top: #0000ff 20px solid;
}
#top_contact .inner {
    width: 960px;
    margin: 0 auto;
}
.top_contact_inner {
    padding-top: 40px;
}
#top_contact .inner p {
    text-align: center;
}
.top_contact_ttl {
    font-size: 24px;
}
.top_contact_btn {
    margin: 20px auto 0 auto;
    width: 700px;
    display: block;
    height: 60px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
}
