@charset "UTF-8";
header #gnav > ul > li > a:hover::after, header #gnav > ul > li.current > a::after{
    opacity: 0;
}

.cta{
    text-align: center;
    margin: 50px 0;
}

.cta .H04-003-02 {
    display: inline-block;
    font-size: 16px;
    min-width: 320px;
    min-height: 50px;
    padding: 14px 30px 16px;
    line-height: 1.3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    background-color: #0a847b;
    color: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
    border-radius: 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.cta .H04-003-02:hover {
    background-color: #13a398;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cta .H04-003-02 img {
    margin-left: 10px;
}

picture img{
    display: block;
    margin:0 auto 20px;
}

#service .content * + *{
    margin-top: 25px;
}
hr{
    margin: 50px 0!important;
}

/* 230802 */
/* #service .buyer,
#service .seller{
    border:none;
    margin:0;
    padding:0;
} */

/* 230802 */
#service .buyer,
#service .seller{
    border:none;
    margin:0;
    padding:30px 26px 40px;
    color:#fff;
    line-height:1.4;
    width: calc(50% - 60px);
}
/* 230802 */
#service .buyer dt,
#service .seller dt{
    margin-bottom:5px;
}
/* 230802 */
@media screen and (max-width:768px){
    #service .buyer{
        margin-bottom:10px;
    }
    #service .buyer,
    #service .seller{
        padding:25px 26px 35px;
        width: 100%;
    }
}

#service .content figcaption{
    margin-top: 10px;
}

#service .content h3{
    text-align: left;
    padding:0px 10px;
    line-height: 1.3;
    border-left: 2px solid #005c55;
}

#service .content h4{
    font-weight: normal;
    padding-left:20px;
    position: relative;
}

#service .content h4:before{
    content:"－";
    position: absolute;
    top:0;
    left:0;
}

#service .comment_item{
    display: flex;
    flex-wrap: wrap;
}

#service .comment_item + .comment_item{
    margin-top:50px;
}

#service figure{
    width: 100px;
}

#service .comment_name{
    width: calc(100% - 100px);
    padding-left: 30px;
    box-sizing: border-box;
}

#service .comment_name .name{
    margin-bottom: 15px;
}

#service .comment_text{
    width: 100%;
    border:solid #ECECEC;
    border-width: 1px 0;
    padding: 5px 0;
}

#service .other_case{
    margin-top:100px;
}
#service .comment{
    margin-bottom: 50px;
}

#service .other_case_list{
    display: flex;
    justify-content: center;
}

#service .other_case_list li{
    border:solid #ECECEC;
    border-width: 1px 1px 0 0;
}

#service .other_case_list a{
    padding:10px 20px;
    box-sizing: border-box;
    border:solid #ECECEC;
    border-width: 0 0 1px 1px;
    display: inline-block;
}

#service .right{
    text-align: right;
    font-size: 12px;
    margin-top:25px;
}

@media screen and (max-width: 768px) {
    #service .other_case,
    #service .comment{
        margin-top:50px;
    }

    #service .content * + *{
        margin-top: 15px;
    }

    #service .content h4{
        padding-left:15px;
    }

    #service .content figcaption{
        margin-top: 3px;
        margin-bottom: 20px;
    }

    #service .content figcaption small{
        font-size: 11px;
    }
}