@charset "UTF-8";

.section-about {

    & p:first-child {
        margin-bottom: 7rem;
        @media screen and (max-width: 767px) {
          margin-bottom: 4rem;
        }
    }
}

.section-guide {

    .content-box {

        .add-list {
            margin-top: 4rem;

            @media screen and (max-width: 767px) {
              margin-top: 3rem;
            }

            .add-item {

                & a {
                    width: 42.5rem;
                    height: 7.5rem;
                    padding: 0 3.4rem;
                    padding-right: 1.8rem;
                    border-radius: 60px;
                    line-height: 1.5;

                    @media screen and (max-width: 767px) {
                      width: 100%;
                      height: 5rem;
                      border-radius: 30px;
                    }
                }
            }
        }
    }
}