@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    color: #333333;
}

a:hover img {
    opacity: 0.8;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    font-size: 1.6rem;
}

a {
    color: inherit;
    text-decoration: none;
}

#wrapper {
    width: 100%;
}

.main_wrapper {
    width: calc(100% - 200px);
    margin-left: 200px;
    background-image: url("../img/common/bg.png");
}

#site-navi {
    position: fixed;
    width: 200px;
    z-index: 100;
}

@media screen and (max-width: 790px) {
    #site-navi {
        width: 100%;
        background: #fff;
        z-index: 999;
    }
}

/*==================================================================================================
    グローバルナビ(サイドメニュー)
==================================================================================================*/
#site-navi {
    /*=========== 問い合わせとメール ===========*/
    /*=========== 取扱いメーカー ===========*/
}

#site-navi h1 {
    text-align: center;
    margin: 20px 0 0;
}

#site-navi h1 .img_logo {
    padding-bottom: 10px;
}

#site-navi .nav_main {
    text-align: right;
}

#site-navi .nav_main li {
    font-size: 16px;
}

#site-navi .nav_contact {
    font-size: 20px;
    padding-bottom: 50px;
}

#site-navi .nav_contact-tel {
    text-align: center;
    line-height: 3em;
}

#site-navi .nav_contact-tel i {
    font-size: 24px;
    padding-right: 8px;
}

#site-navi .nav_contact-mail {
    text-align: center;
    line-height: 2em;
    background: #D1BB7F;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

#site-navi .nav_contact-mail i {
    font-size: 24px;
    padding-right: 8px;
}

#site-navi .nav_contact-mail .mailp {
    padding: 15px 0;
}

#site-navi .nav_contact-mail:hover {
    background: #2E4480;
    color: #fff;
}

#site-navi .nav_maker {
    background: #fff;
    overflow-y: scroll;
    height: 150px;
}

#site-navi .nav_maker ul {
    text-align: right;
}

#site-navi .nav_maker ul li {
    font-size: 15px;
    padding: 0 10px 10px 0;
}

#site-navi .nav_maker ul li i {
    padding-right: 8px;
}

/*------------------------------------------------------------------------------
    ドロップダウンメニュー
------------------------------------------------------------------------------*/
#site-navi .dropmenu {
    list-style-type: none;
    padding-bottom: 20px;
}

#site-navi .dropmenu:before, #site-navi .dropmenu:after {
    content: "";
    display: table;
}

#site-navi .dropmenu:after {
    clear: both;
}

#site-navi .dropmenu li {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#site-navi .dropmenu li a {
    display: block;
    margin: 0;
    padding: 15px 10px 11px 0;
    line-height: 1;
    text-decoration: none;
}

#site-navi .dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 100%;
}

#site-navi .dropmenu li ul li {
    width: 200px;
    border-bottom: 1px solid #fff;
}

#site-navi .dropmenu li ul li a {
    padding: 13px 15px;
    background: #2E4480;
    color: #fff;
    text-align: left;
}

#site-navi .dropmenu li ul li:nth-child(1) {
    border-top: 1px solid #fff;
}

#site-navi .dropmenu li:hover > a {
    background: #6278b4;
    color: #fff;
}

#site-navi .dropmenu li a:hover {
    background: #2E4480;
    color: #fff;
}

#site-navi .dropmenu li ul li a:hover {
    background: #6278b4;
}

#site-navi #left-to-right ul {
    overflow: hidden;
    width: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

#site-navi #left-to-right li:hover ul {
    width: 100%;
}

#site-navi #left-to-right li:hover ul li a {
    white-space: nowrap;
}

#site-navi #left-to-right li:active ul {
    width: 100%;
}

#site-navi #left-to-right li:active ul li a {
    white-space: nowrap;
}

/*------------------------------------------------------------------------------
    レスポンシブメニュー↓
------------------------------------------------------------------------------*/
.nav-button {
    display: none;
}

.nav-wrap.open {
    display: block;
}

.nav-wrap.close {
    display: none;
}

@media screen and (min-width: 791px) {
    .nav-wrap {
        display: block !important;
    }
    .menu-icon791 {
        display: none;
    }
}

@media screen and (max-width: 790px) {
    #site-navi {
        width: 100%;
    }
    #site-navi h1 {
        margin: -45px 0 0 0;
    }
    #site-navi h1 img {
        width: 74px;
    }
    #site-navi h1 .img_logo {
        width: 40px;
        padding-bottom: 5px;
        margin-right: 10px;
    }
    #site-navi .menu-icon791 {
        display: inline;
    }
    #site-navi .menu-icon790 {
        display: none;
    }
    #site-navi .dropmenu li a {
        line-height: 2em;
    }
    #site-navi .dropmenu li ul {
        top: 100%;
        left: 0;
    }
    #site-navi .dropmenu li ul li {
        width: 100%;
        text-align: center;
    }
    #site-navi .nav_main {
        text-align: center;
    }
    #site-navi .nav_contact-mail {
        background: none;
    }
    .nav-wrap {
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
    }
    .nav-wrap .nav {
        height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 50px 0 0 0;
    }
    .nav-wrap .nav li {
        display: block;
        margin: 2em;
        color: #fff;
        font-size: 18px;
    }
    .nav-button {
        display: block;
        cursor: pointer;
    }
    .nav_maker {
        display: none;
    }
    /*レスポンシブメニューボタン*/
    .nav-button, .nav-button span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav-button {
        background: #fff;
        border: none;
        z-index: 20;
        position: relative;
        width: 30px;
        height: 20px;
        margin: 15px;
    }
    .nav-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #2E4480;
        border-radius: 3px;
    }
    .nav-button span:nth-of-type(1) {
        top: 0;
    }
    .nav-button span:nth-of-type(2) {
        top: 8px;
    }
    .nav-button span:nth-of-type(3) {
        bottom: 0;
    }
    /*--------------------------------------------------------------------
       切り替えアニメーション 
  -----------------------------------------------------------------------*/
    .nav-button.active {
        height: 26px;
    }
    .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
    .nav-button.active span:nth-of-type(2) {
        opacity: 0;
    }
    .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }
}

/*===============================================================================================
    トップページのトップイメージ
=================================================================================================*/
.header_site {
    height: 95vh;
    background-image: url("../img/top/wada_top.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header_site-title-discript {
    color: #2E4480;
    font-size: 50px;
    font-family: "Noto Serif CJK JP", serif;
    font-weight: bold;
    position: absolute;
    left: 5%;
    top: 5%;
    padding: 30px 40px;
    line-height: 1em;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.header_site-title-discript span {
    font-size: 35px;
}

.header_site-title02-discript {
    color: #2E4480;
    font-size: 35px;
    font-family: "Noto Serif CJK JP", serif;
    font-weight: bold;
    position: absolute;
    right: 5%;
    bottom: 10%;
    padding: 30px 40px;
    line-height: 1.5em;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.header_site-title02-discript .title02_big {
    font-size: 50px;
}

.header_site-title02-discript .title02_small {
    font-size: 20px;
    display: block;
    line-height: 1.8em;
}

@media screen and (max-width: 1280px) {
    .header_site-title-discript {
        font-size: 36px;
        padding: 20px;
    }
    .header_site-title-discript span {
        font-size: 24px;
    }
    .header_site-title02-discript {
        font-size: 24px;
        padding: 20px;
    }
    .header_site-title02-discript .title02_big {
        font-size: 36px;
    }
}

@media screen and (min-width: 1001px) {
    .header_site-title02-discript br {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .header_site {
        height: 80vh;
    }
    .header_site-title-discript {
        font-size: 36px;
        line-height: 0.8em;
    }
    .header_site-title-discript span {
        font-size: 26px;
        display: block;
        padding-top: .5em;
    }
    .header_site-title02-discript {
        font-size: 26px;
        line-height: 1.7em;
    }
    .header_site-title02-discript br {
        display: block;
    }
    .header_site-title02-discript .title02_big {
        padding-left: 2em;
    }
    .header_site-title02-discript .title02_small {
        font-size: 16px;
    }
}

@media screen and (max-width: 790px) {
    .main_wrapper {
        width: 100%;
        margin: 0;
        padding: 50px 0 0;
    }
}

@media screen and (max-width: 580px) {
    .header_site-title-discript {
        font-size: 30px;
    }
    .header_site-title-discript span {
        font-size: 20px;
    }
    .header_site-title02-discript {
        font-size: 20px;
    }
    .header_site-title02-discript .title02_big {
        font-size: 30px;
    }
}

@media screen and (max-width: 460px) {
    .header_site-title-discript {
        font-size: 18px;
        padding: 15px;
    }
    .header_site-title-discript span {
        font-size: 18px;
    }
    .header_site-title02-discript {
        font-size: 18px;
        padding: 10px;
    }
    .header_site-title02-discript .title02_big {
        font-size: 18px;
        padding-left: 4em;
    }
    .header_site-title02-discript .title02_small {
        font-size: 14px;
        line-height: 1.4em;
    }
}

/*==================================================================================================
	TOPページ
==================================================================================================*/
.main_wrapper_inner {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 1340px) {
    .main_wrapper_inner {
        width: 95%;
        margin: 0 2.5%;
    }
}

/*=========== 新着情報 ===========*/
.sec_topic {
    background: #2E4480;
    color: #fff;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.sec_topic dl {
    line-height: 80px;
}

.sec_topic dl:after {
    content: "";
    display: block;
    clear: both;
}

.sec_topic dl dt {
    width: 20%;
    text-align: center;
    float: left;
    font-size: 24px;
    font-family: "Noto Serif CJK JP", serif;
    position: relative;
}

.sec_topic dl dt:after {
    content: "/";
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -2px;
}

.sec_topic dl dd {
    width: 77%;
    padding-left: 3%;
    float: left;
}

.sec_topic dl dd span {
    position: absolute;
    right: 25px;
    top: 0;
}

.sec_topic dl dd span:after {
    font-family: FontAwesome;
    content: "\f105";
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    right: -15px;
    top: -1px;
}

.sec_topic dl a:hover dd {
    opacity: 0.8;
}

.sec_topic dl a:hover dd span:after {
    content: "\f101";
    right: -20px;
}

@media screen and (max-width: 700px) {
    .sec_topic dl dt {
        width: 35%;
    }
    .sec_topic dl dd {
        width: 60%;
    }
}

@media screen and (max-width: 520px) {
    .sec_topic dl {
        line-height: inherit;
    }
    .sec_topic dl dt {
        width: 100%;
        padding: 10px 0;
    }
    .sec_topic dl dt:after {
        display: none;
    }
    .sec_topic dl dd {
        width: 100%;
        padding-bottom: 10px;
    }
    .sec_topic dl dd span {
        display: none;
    }
}

/*=========== 施工実績 ===========*/
.sec_construct {
    background: url("../img/common/bg_plus.png"), url("../img/common/bg_plus2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 3%, 5% 97%;
}

.card_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.card_flex-grid-title {
    line-height: 40px;
    position: relative;
    border-left: 5px solid #D1BB7F;
    -webkit-transition: .3s;
    transition: .3s;
}

.card_flex-grid-title span {
    padding-left: 10px;
}

.card_flex-grid-title:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: -2px;
    right: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.card_flex .card_flex-grid {
    width: calc((100% / 3) - 5%);
    margin: 0 2.5%;
}

.card_flex .card_flex-grid img {
    width: 100%;
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover; object-positon: center center;';
}

.card_flex .card_flex-grid:hover .card_flex-grid-title {
    background: #eee;
    border-left: 7px solid #6278b4;
}

.card_flex .card_flex-grid:hover .card_flex-grid-title::after {
    content: "\f101";
    right: 8px;
}

@media screen and (max-width: 1080px) {
    .card_flex .card_flex-grid {
        width: calc((100% / 2) - 5%);
        margin-bottom: 20px;
    }
    .card_flex .card_flex-grid img {
        max-height: 180px;
    }
}

@media screen and (max-width: 960px) {
    .card_flex-grid {
        padding: 0 10px;
    }
}

@media screen and (max-width: 650px) {
    .card_flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .card_flex-grid {
        padding: 0 10px 20px;
    }
    .card_flex-grid:nth-child(3) {
        padding: 0 10px 0;
    }
    .card_flex .card_flex-grid {
        width: 90%;
        margin: 0 5% 20px;
    }
    .card_flex .card_flex-grid img {
        min-height: 120px;
    }
}

@media screen and (max-width: 520px) {
    .sec_construct {
        background: none;
    }
}

/*=========== 事業案内 ===========*/
.sec_guide {
    background: url("../img/common/bg_square.png"), url("../img/common/bg_square2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 3%, 5% 95%;
    padding-bottom: 130px;
}

.magazine_list {
    margin-bottom: 50px;
}

.magazine_list:after {
    content: "";
    display: block;
    clear: both;
}

.magazine_list-thum {
    float: left;
    width: 30%;
}

.magazine_list-thum img {
    width: 100%;
}

.magazine_list-body {
    float: left;
    width: 67.5%;
    margin: 0 0 0 2.5%;
}

.magazine_list-body a:hover .h3_heading-title {
    border-left: 7px solid #6278b4;
    background: #eee;
}

.magazine_list-body a:hover .h3_heading-title:after {
    content: "\f101";
    right: 6px;
}

@media screen and (max-width: 1280px) {
    .magazine_list {
        width: 90%;
        margin: 0 5% 50px;
    }
}

@media screen and (max-width: 540px) {
    .magazine_list-thum {
        float: none;
        width: 90%;
        margin: 0 5%;
    }
    .magazine_list-body {
        float: none;
        width: 90%;
        margin: 0 5%;
    }
}

.magazine_grids {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.magazine_grid {
    width: 49%;
    margin-right: 1%;
}

.magazine_grid-thum {
    float: left;
    width: 40%;
}

.magazine_grid-body {
    float: left;
    width: 57.5%;
    margin: 0 0 0 2.5%;
}

.magazine_grid-body a:hover .h3_heading-title {
    background: #eee;
    border-left: 7px solid #6278b4;
}

.magazine_grid-body a:hover .h3_heading-title:after {
    content: "\f101";
    right: 6px;
}

.magazine_grid:last-child {
    margin: 0 0 0 1%;
}

@media screen and (max-width: 1280px) {
    .magazine_grids {
        width: 90%;
        margin: 0 5%;
    }
}

@media screen and (max-width: 960px) {
    .magazine_grids {
        display: -ms-grid;
        display: grid;
    }
    .magazine_grid {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .magazine_grid-thum {
        width: 30%;
    }
    .magazine_grid-body {
        width: 67.5%;
        margin: 0 0 0 2.5%;
    }
}

@media screen and (max-width: 540px) {
    .sec_guide {
        background: none;
        padding-bottom: 50px;
    }
    .magazine_grid-thum {
        width: 90%;
        margin: 0 5%;
    }
    .magazine_grid-thum img {
        width: 100%;
    }
    .magazine_grid-body {
        width: 90%;
        margin: 0 5%;
    }
}

/*=========== 会社案内 ===========*/
.box_column2:after {
    content: "";
    display: block;
    clear: both;
}

.box_column2-inner {
    float: left;
    width: 50%;
}

.box_column2-inner-box {
    max-width: 540px;
    margin-left: auto;
    padding-bottom: 50px;
    background: url("../img/common/bg_circle.png"), url("../img/common/bg_circle2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 7%, 3% 100%;
}

.box_column2-inner-body {
    width: 95%;
    margin: 0 5% 0 0;
}

.box_column2-inner-body-title {
    font-size: 24px;
}

.box_column2-inner-body address {
    font-size: 16px;
    margin-top: 10px;
}

.box_column2-inner-body address span {
    display: block;
}

@media screen and (max-width: 1320px) {
    .box_column2-left {
        width: 47.5%;
        margin: 0 0 0 2.5%;
    }
}

@media screen and (max-width: 960px) {
    .box_column2-inner {
        width: 100%;
    }
    .box_column2-inner-box {
        max-width: 100%;
        background-position: 95% 7%, 0% 95%;
    }
    .box_column2-left {
        width: 90%;
        margin: 0 5%;
    }
    .box_column2-left-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .box_column2-inner-box {
        background: none;
    }
}

/*==================================================================================================
	共通
==================================================================================================*/
/*=========== h2見出し▼ ===========*/
.h2_heading {
    display: block;
    text-align: center;
    margin: 80px 0 70px;
}

.h2_heading-title {
    color: #333333;
    display: inline-block;
    font-size: 34px;
    font-family: "Noto Serif CJK JP", serif;
    line-height: 1em;
    position: relative;
}

.h2_heading-title:after {
    content: '';
    display: block;
    border-bottom: 3px solid #9D1E23;
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 54px;
}

.column2-margin {
    text-align: left;
    margin: 20px 0 70px 0;
}

.h2_heading-navi {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
}

.h2_heading-navi-title {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    position: relative;
}

.h2_heading-navi-title:after {
    content: '';
    display: block;
    border-bottom: 3px solid #9D1E23;
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 26px;
}

@media screen and (max-width: 460px) {
    .h2_heading-title {
        font-size: 26px;
    }
    .h2_heading-title:after {
        top: 44px;
    }
}

@media screen and (max-width: 960px) {
    .column2-margin {
        text-align: center;
    }
}

/*=========== h2見出し▲ ===========*/
/*=========== h3見出し▼ ===========*/
.h3_heading-title {
    font-family: "Noto Serif CJK JP", serif;
    font-size: 20px;
    line-height: 40px;
    border-left: 5px solid #D1BB7F;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.h3_heading-title span {
    padding-left: 0.5em;
}

.h3_heading-title:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

/*=========== h3見出し▲ ===========*/
/*=========== リンクボタン▼ ===========*/
.a_link {
    width: 200px;
    margin: 40px auto 0;
}

.button {
    position: relative;
    display: inline-block;
    padding: .8em 2.8em;
    color: #fff;
    background: #999999;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.button:hover {
    background: #2E4480;
}

.button::after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.button:hover::after {
    content: "\f101";
    right: 8px;
}

.business_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.business_link .a_link {
    width: 230px;
    margin: 20px auto 0;
}

.business_link .button {
    display: block;
    background: #2E4480;
}

.business_link .button:hover {
    background: #999999;
}

/*=========== リンクボタン▲ ===========*/
/*==================================================================================================
	フッター
==================================================================================================*/
#site-footer {
    overflow: hidden;
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #5B6064;
}

/*==================================================================================================
	その他設定
==================================================================================================*/
/* topに戻る */
.pagetop {
    background: #fff;
    display: inline-block;
    padding: .3em 3em;
    position: relative;
    top: -25px;
    border: 1px solid #2E4480;
}

.pagetop span {
    display: block;
    line-height: 0;
}

.pagetop:hover {
    background: #2E4480;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
