.works{
    width: 81.9%;
    padding: 1.2rem 0 2.2rem;
}

.works-container{
    width: 91%;
    margin-left: auto;
}

.works-container-top-media{
    display: flex;
}

.worksimg1{
    width: 29.9%;
}

.works-container__description1{
    display: block;
    width:70.1%;
}

.works-container__description1,.works-container__description2{
    font-size: 1.4rem;
}

.works-container__description2{
    margin-bottom: 3.5rem;
}

.works__content{
    margin-bottom: 3.5rem;
}

.works-content__title{
    font-size: 1.6rem;
    padding-bottom: .8rem;
    border-bottom: dotted .1rem #633318;
    color: #633318;
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
}

.works-content__title::before{
    content: '';
    background-image: url(./img/works-title-img.png);
    background-size: contain;
    display: inline-block;
    width: 2.4rem;
    height: 2.1rem;
    margin-right: .5rem;
}

.works-content__media{
    display: flex;
    justify-content: space-between
}

.works-content__left-wrapper{
    width: 69.4%;
}

.works-content__left-wrapper02 {
    width: 60%;
}

.works-content__img{
    width: 25.1%;
}

.works-content__img02 {
  width: 35%;
}

.works__content1__description{
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.works__content1__description2{
    width: 97.1%;
    display: block;
    margin-left: auto;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}

.works__content1__description2-title{
position: relative;
}

.works__content1__description2-title::before{
    content: '●';
color: #51BCB4;
position: absolute;
font-size: 1.3rem;
left: -1.3rem;
}

.works__content1__graph{
    width: 100%;
    padding: 1rem 1.6rem;
    background-color: #F5F1DF;
    border-radius: 1rem;
    margin-bottom: .8rem;
    color: #633318;
}

.works__content1__graph-title{
    display: inline-block;
    font-size: 1.5rem;
    border-bottom: .1rem solid #633318;
    padding-bottom: .1rem;
    margin-bottom: .8rem;
}

.works__content1__graph-description{
    font-size: 1.3rem;
}

.works__content1__warning{
    font-size: 1.2rem;
    display: block;
    width: 97.1%;
    margin-left: auto;
    position: relative;
    margin-bottom: 1.2rem;
}

.works__content1__warning::before{
    content:'※';
    position: absolute;
    left: -1.1rem;
}

.works__content1__headline{
    font-size: 1.5rem;
    color: #633318;
}

.works__content2-description{
    font-size: 1.4rem;
}

.works__content2-description2{
    font-size: 1.4rem;
}

.works__content2-description2::before{
    content: '●';
    color: #51BCB4;
}

.works__content2-description2-last{
    display: block;
    margin-bottom: 1.1rem;
}

.works__content2-headline1{
    font-size: 1.6rem;
    color: #633318;
    border-bottom: .1rem solid #633318;
  margin-top: 1rem;
    padding-bottom: .2rem;
    margin-bottom: .9rem;
    display: inline-block;
}

.works__content2-item{
    font-size: 1.4rem;
}

.works__content2-item::before{
    content: '';
    background-image: url(./img/title-check.png);
    background-size: cover;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: .5rem;
}

.works__content2-item-last{
    margin-bottom: 1rem;
}

.works__content2-description3{
    display: block;
    width: 100%;
    padding: .9rem 2rem;
    color: #633318;
    font-size: 1.3rem;
    border: .1rem solid #51BCB4;
    border-radius: 1rem;
    margin-bottom: 1.7rem;
}

.works__content2-howto-wrapper{
    border: .1rem solid #B5B5B6;
    position: relative;
    border-radius: 1rem;
}

.rouded-items{
    margin: .5rem 1rem 1.1rem;
    display: flex;
    justify-content: space-between;
}

.rouded-item{
    display: block;
    width: calc((100% - 12.6rem) / 22);
    border: .1rem solid #B5B5B6;
    border-radius: 5rem;
    height: auto;
}

.works__content2-howto-content-wrapper{
    margin: 0 1.8rem 1.5rem;
}

.works__content2-howto-item{
    margin-bottom: 1.5rem;
}

.works__content2-howto-title{
    font-size: 1.5rem;
    margin-bottom: .2rem;
}

.works__content2-howto-title::before{
    content: '■';
    color: #51BCB4;
}

.works__content2-howto-description{
    font-size: 1.4rem;
}

.works__contact{
    margin-top: 3.3rem;
    border: .1rem solid #51BCB4;
    border-radius: 1rem;
}

.works__contact-title{
    display: block;
    width: 100%;
    background-color: #51BCB4;
    color: #FFF;
    text-align: center;
    padding: .5rem 0;
    margin-bottom: 1rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.5rem;
}

.works__contact-address{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: .9rem;
    color: #633318;
}

.works__contact-te-items{
    font-size: 1.8rem;
    display: flex;
    margin-bottom: .8rem;
    justify-content: center;
    color: #633318;
}

.works__contact-te-item:first-of-type{
    margin-right: 2rem;
}

.works-content__img.img01 img,
.works-content__img.img03 img{
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width:768px){
.works{
    width: 92%;
}

    .works-container {
        width: 100%;
        margin-left: auto;
    } 

    .works-content__media {
        flex-direction: column-reverse;
    }

    .works-content__left-wrapper,
    .works-content__left-wrapper02 {
        width: 100%;
    }

    .works-content__img,
    .works-content__img02 {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
  
    .works-content__img img,
    .works-content__img02 img {
      display: block;
      margin: 0 auto;
      max-height: 25em;
    }
  
    .works-content__img02 {
      width: 70%;
    }
  
    .works-content__img02 img{
      max-width: 100%;
    }

    .works__contact-te-items{
        font-size: 1.6rem;
        flex-direction: column;
        text-align: center;
    }

    .works__contact-te-item:first-of-type {
        margin-right: 0;
    }
  
  .works-content__img.img02 {
    width: 60%;
  }
}