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

.wrap {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .bulnav ul {
        display: flex;
        justify-content: space-between;
            margin: 10px auto 80px;
    }
    .bulnav ul li {
        width: 16%;
        margin: 0;
        text-align: center
    }
    .bulnav ul li a {
        background: #005ac4;
        color: #FFF;
        padding: 10px 0;
        display: block;
        border-radius: 7px;
        box-shadow: 0px 10px 0px 0px #003778;
        font-size: 0.9rem;
    }
    .bulareatype {
        position: relative;
        margin-top: 80px
    }
    .bulareatype:before {
        background: #00b7d9;
        width: 50%;
        left: 0;
        position: absolute;
        height: 100%;
        content: "";
        bottom: 0;
        z-index: 0
    }
    .bulareatype:after {
    background: #0099d8;
    width: 50%;
    right: 0;
    height: 100%;
    content: "";
    bottom: 0;
    z-index: 0;
    left: auto;
    position: absolute;
    }
    .bulareatype ul ol {
            display: flex;
    justify-content: center;
    border: 3px solid #FFF;
    padding: 20px 0 10px;
    flex-wrap: wrap;
    width: 80%;
    margin: 10px 5% 40px auto;
    color: #FFF;
    }

    .bulareatype ul li:last-child ol {
        margin: 10px auto 0 5%;
    }
    .bulareatype ul {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1;
        width: 1400px;
        margin: 0 auto;
    }
    .bulareatype ul li {
        width: 50%;
            position: relative;
        padding: 50px 0 0;
    }
.bulareatype ul li:first-child {
    background: #00b7d9;
    text-align: right;
}
.bulareatype ul ol li:first-child {
    background: none;
}
    .bulareatype ul ol li {
        width: auto;
    padding: 0 5px;
        color: #FFF;
    padding-bottom: 0px;
    padding-right: 0;
    line-height: 1.2em;
    margin-bottom: 10px;
    }
    .bulareatype ul ol li a {
color: #FFF;
        position: relative;
        padding: 0;
        font-size: 0.9rem;
    }
    .bulareatype ul ol li a:before {
           width: 95%;
    height: 1px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 2.5%;
    }
     .bulareatype ul li:first-child ol {
        padding: 35px 0;
    }
    .bulareatype ul li img {
       position: relative;
    right: 20px;
    }
    .bulareatype ul li:last-child img {
      right: auto;
    left: 33px;
    }
    .bulareatype ul li:first-child:before {
        background: url("https://www.7-7maruka.com/kanri/wp-content/themes/maruka/cont/img/bulgeout/new21/kansai.png");
        width: 286px;
        height: 174px;
        position: absolute;
        left: 0;
        top: -25px;
        content: "";
        z-index: 1
    }
        .bulareatype ul li:last-child:before {
        background: url("https://www.7-7maruka.com/kanri/wp-content/themes/maruka/cont/img/bulgeout/new21/kantou.png");
        width: 282px;
        height: 232px;
        position: absolute;
        right: 0;
        top: -72px;
        content: "";
    z-index: 1
    }
    .bulareatype ul ol li:first-child:before,
    .bulareatype ul ol li:last-child:before{
        display: none;
    }
    .bulc19 {
        margin: 40px auto;
    text-align: center;
    }
        .bulc19 p{
    font-size: 1.1rem;
    font-weight: bold;
                margin-bottom: 20px;
    }

.seo {
width: 1000px;
margin: 20px auto;
    line-height: 2em;
}
.seo h5{
    font-size: 1.4rem;
    text-align: center;
    margin: 60px auto 20px;
}
    .sp {
        display: none
    }
        .pc {
        display: inline-block;
    }




@media screen and (max-width: 1350px) {
    .bulareatype ul {
        width: 1000px;
    }
    .bulareatype ul ol {
        width: 97%;
    }
.bulareatype ul li:first-child ol {
    padding: 53px 0;
    margin-top: 15px;
}
    .bulareatype ul li {
            padding: 30px 0 0;
    }
    .bulareatype ul li:first-child:before {
     background: url(https://www.7-7maruka.com/kanri/wp-content/themes/maruka/cont/img/bulgeout/new21/kansai.png) no-repeat;
    width: 45%;
    background-size: contain;
    height: 174px;
    position: absolute;
    left: -50px;
    top: -20px;
    content: "";
    z-index: 1;
    }
    
    .bulareatype ul li:last-child:before {
     background: url(https://www.7-7maruka.com/kanri/wp-content/themes/maruka/cont/img/bulgeout/new21/kantou.png)no-repeat;
    width: 45%;
    background-size: contain;
    height: 232px;
    position: absolute;
    right: -60px;
    top: -64px;
    content: "";
    z-index: 1;
    }
    .bulareatype ul li img {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
.seo {
width: 90%;
margin: 20px auto;
}
    .sp {
        display: inline-block;
    }
        .pc {
        display: none;
    }
     .bulareatype ul,
     .wrap {
         width: 100%;
    }
    .bulareatype ul {
        display: block;
    }
    .bulareatype ul li:first-child {
        background: #00b7d9;
        text-align: center
    }
    .bulareatype ul li:last-child {
        background: #0099d8;
    }
    img {
        max-width: 100%;
    }
    .bulnav ul {
        flex-wrap: wrap;
        margin: 0 auto 20px;
    }
    .bulnav ul li {
           width: 33%;
    margin: 5px 0 10px;
    }
    .bulnav ul li a {
            padding: 15px 0;
    }
    .bulareatype ul li {
        width: 100%;
            padding: 20px 0;
    }
    .bulareatype ul ol li:last-child,
    .bulareatype ul ol li:first-child{
        background: none;
    }
    .bulareatype:before,
    .bulareatype:after {
        display: none;
    }
    .bulareatype {
        margin-top: 0;
    }
    .bulareatype ul li:first-child:before {
background: url(https://www.7-7maruka.com/kanri/wp-content/themes/maruka/cont/img/bulgeout/new21/kansai.png) no-repeat;
    height: 120px;
    position: relative;
    content: "";
    display:block;
    left: 25%;
    background-size: contain;
    width: 50%;
        top: 0
    }
    .bulareatype ul li:last-child:before {
    background: url(https://www.7-7maruka.com/kanri/wp-content/themes/maruka/cont/img/bulgeout/new21/kantou.png) no-repeat;
    height: 150px;
    position: relative;
    content: "";
    display: inline-block;
    left: 25%;
    background-size: contain;
    width: 50%;
        top: 0
}
    .bulareatype ul li:first-child ol,
    .bulareatype ul li:last-child ol {
        width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    }
    .bulareatype ul li img {
        position: static;
            width: 90%;
    margin-left: 5%;
    }
}