@charset "utf-8";
/* CSS Document */

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex p {
    width: 32.3%;
}

.green-box {
    display: none;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */


/* ページ固有 */
.serv_nav {
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
}

.serv_nav:first-of-type {
  margin-bottom: 0;
        padding-top: 30px;
        padding-left: 20px;
}

.serv_nav:nth-of-type(2) {
  padding-left: 20px;
  margin-bottom: 0;
}

.serv_nav:nth-of-type(3) {
  padding-left: 20px;
  padding-bottom:30px;
}

.serv_nav li {
    margin-bottom: 12px;
}

.serv_nav li a,
.serv .link_left a {
    color: #595959;
    font-size: 1.4rem;
}

.serv h2 {
    color: #2D9B49;
    font-size: 2rem;
        width: 95%;
    margin: 0 auto 20px;
    font-weight: normal;
}

.left, .right {
    float: none;
}

.res_display {
    display: block !important;
}

.res_center {
    margin: 0 auto;
}

.serv .left {
    width: 100%;
}

.serv .left_img2 {
    margin-right: 0;
}

.serv .left_line {
    width: 100%;
}

.flex p {
    width: 49%;
}

.green-box {
    display: block;
    border: 1px solid #2D9B49;
    color: #2D9B49;
    width: 70%;
    margin: 0 auto 30px;
    text-align: center;
    padding: 10px 0;
}

.green-box p {
    line-height: 35px;
    font-size: 1.4rem;
}

.green-box p span {
    font-size: 1.6rem;
}


































}
