@charset "utf-8";

/*
Theme Name: ちいきの コンサルティング実績
Theme URI:
Description:
Version: 2.0
Author: nw
*/

/* ==========================================================================

	コンサルティング実績

   ========================================================================== */

/*--------------------------------
	基本レイアウト
--------------------------------*/

body {
    background: #F4F4F0;
}

.search_type:nth-of-type(1) {
    margin: 0 auto;
}

.search_type .heading_gr2 {
    margin: 0 auto 0.8em;
}

.search_result {
  margin: 16rem auto;
}

@media only screen and (max-width: 812px) {
  .search_result {
    margin: 10rem auto;
  }
}

.jisseki_list {
    /* margin-top: 150px; */
}

.consul_box {
    margin-bottom: 100px;
    line-height: 2;
}

.consul_box .heading_gr3 {
    text-align: left;
    margin-top: 0;
}

.consul_beforeafter {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.consul_beforeafter .consul_box {
    width:45%;
    margin:0 10% 0 0;
}

.consul_beforeafter .consul_box:nth-child(2n) {
    margin-right:0;
}

.consul_beforeafter:after {
    content: "";
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 15px);
    display: block;
    width: 50px;
    height: 30px;
    background: url(/assets/images/icon_ba.svg) no-repeat center;
    background-size: contain;
}


@media only screen and (max-width: 812px) {

    .consul_beforeafter {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .consul_beforeafter .consul_box {
        width:100%;
        margin:0 auto 3em;
    }

    .consul_beforeafter .consul_box:nth-child(2n) {
        width:100%;
        margin:0 0 10vw 0;
    }

    .consul_beforeafter:after {
        left: calc(50% - 12px);
        top: calc(50% - 40px);
        display: block;
        width: 25px;
        height: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

}


@media only screen and (max-width: 812px) {


}
