@charset "UTF-8";
/* ================================
detail
===================================*/
.section_title {
    margin-bottom: 16%;
}


.contents__container {
    text-align: center;
    margin-top: 16%;
    width: 90%;
    height: auto;
    margin:0 auto;
}   

.contents__container img{
    max-width: 40%;
    height: auto;
    margin-bottom: 4%;
}

.work_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}



.work_ttl {
    margin-top: 16px;
    color: var(--maincolorBlue);
    font-size: 1.8rem;
    font-weight: 700;
}

.work_txt{
    margin: 6%  auto;   
}

.work_ttl span {
    display: block;
}

.detail__txt {
    margin-top: 16px;
    font-weight: 500;
}

.work_more {
    width: 250px;
    height: auto;
    margin: 64px auto;
    color:var(--maincolorBlue);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
?
}

/* .work_moreTop::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url(..//images/left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30%;
    left: -8%;
}

.work_moreTop::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url(..//images/left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30%;
    left: -5%;
}

.work_moreWork::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url(..//images/right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30%;
    right: -8%;
}

.work_moreWork::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url(..//images/right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30%;
    right: -5%;
} */

.detail_txtSub {
    margin-bottom: 4%
}

.detail_link  {
    text-decoration:underline;
    color: var(--maincolorBlue);
}

.work_moreTop {
    text-decoration: underline;
}


.copy small {
    color: #222;
}

@media screen and (min-width: 769px) {

    .contents__container img{
        max-width: 64%;
        height: auto;
    }

    .work_more {
        width: 400px;
    }

    .work_ttl {
        font-size: 2.2rem;
        font-weight: 700;
    }

    .work_txt {
        width: 70%;
        height: auto; 
    }

    .detail__txt {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .detail_txtSub {
        font-size: 1.8rem;
    }

    .work_more {
        font-size: 2.2rem;
        font-weight: 500;
    }

    .copy small {
        font-size: 1.8rem;
    }
}