@charset "UTF-8";
.p-blog_single__wrap {
    background: #fff;
}
.blog-custom {

}
.blog-custom ul,.blog-custom ul li {
    margin: 0;
    padding: 0;
}

/*===== イントロ =====*/
.blog-custom .intro {
    margin-bottom: 100px;
}
.blog-custom .intro div {
    margin-bottom: 50px;
}
.blog-custom .intro ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-custom .intro ul li {
    border: 1px solid #006450;
    border-left: 3px solid #006450;
    padding: 10px 15px;
    margin-bottom: 20px;
    width: 48%;
    text-align: left;
}

.blog-custom .intro-2 {
    margin-bottom: 100px;
}
.blog-custom .intro-2 h2 {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding: 15px 10px 15px 62px;
    background: #006450;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index:1;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.blog-custom .intro-2 h2 {
    font-size: 3.4vw;
}
}

.blog-custom .intro-2 h2:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
}

/*===== 事例 =====*/
.blog-case-studyEach {
    margin-bottom: 100px;
}
.blog-case-studyEach h2 {
    position: relative;
    padding: 0.5em 1em 0.5em 1em;
    border-top: solid 0.5px #1e1e1e;
    border-bottom: solid 0.5px #1e1e1e;
    margin-bottom: 30px;
    font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
.blog-case-studyEach h2 {
    font-size: 3.4vw;
}
}

.blog-case-studyEach h2:before,.blog-case-studyEach h2:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 0.5px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #1e1e1e;
}
.blog-case-studyEach h2:before {
    left: 7px;
}
.blog-case-studyEach h2:after {
    right: 7px;
}

.blog-case-studyEachInner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-case-studyEachInner ul li {
    width: 49.5%;
    margin-bottom: 5px;
}
.blog-case-studyEachInner ul li img {
    width: 100%;
}

.blog-custom .casemore {
    margin-top: 50px;
    text-align: center;
}
.blog-custom .casemore a {
    color: #fff;
    background: #006450;
    padding: 12px 30px;
    transition: 1s;
    border-radius: 3px;
}
.blog-custom .casemore a:hover {
    opacity: 0.5;
}



.blog-custom .ending h2 {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding: 15px 10px 15px 62px;
    background: #006450;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index:1;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.blog-custom .ending h2 {
    font-size: 3.4vw;
}
}

.blog-custom .ending h2:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
}
.blog-custom .c-btn03 {
    text-align: center;
    margin-top: 50px;
}
