@media only screen and (min-width: 768px) {
  .egc_howto_02 .c-intro {
    margin-bottom: 45px;
  }

  .egc_howto_02 .c-heading-l2 {
    margin-bottom: 20px;
  }

  .egc_howto_02 .c-heading-l2__title {
    margin-bottom: 17px;
  }

  .egc_howto_02 .c-heading-l2__date {
    position: relative;
    overflow: hidden;
    border: 3px solid #3aa120;
    padding: 15px 0 16px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l2__date::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #e5f4e1 transparent transparent transparent;
    content: "";
  }

  .egc_howto_02 .c-heading-l3 {
    margin-bottom: 35px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l3__title {
    display: inline-block;
    padding: 0 20px;
    color: #586a56;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(to top,#beebc3 16px, transparent 16px);
  }

  .egc_howto_02 .c-heading-l4 {
    margin-bottom: 45px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l5 {
    margin-bottom: 20px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l5__title {
    color: #3aa120;
    font-weight: bold;
  }

  .c-heading-l5__title > span {
    padding: 0 10px 5px;
    background: linear-gradient(to top,#e5f4e1 50%, transparent 50%);
  }

  .egc_howto_02 .c-block {
    margin-bottom: 75px;
    padding: 45px 35px 50px;
    background: url(../img/bg.jpg);
  }

  .egc_howto_02 .c-block > :last-child {
    margin-bottom: 0;
  }

  .egc_howto_02 .c-block__area {
    margin-bottom: 75px;
  }

  .egc_howto_02 .c-block__area > :last-child {
    margin-bottom: 0;
  }

  .egc_howto_02 .c-block__content {
    margin-bottom: 60px;
  }

  .egc_howto_02 .c-block__content > :last-child {
    margin-bottom: 0;
  }

  .egc_howto_02 .c-text {
    margin-bottom: 40px;
  }

  .egc_howto_02 .c-media {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
  }

  .egc_howto_02 .c-media__title {
    margin-bottom: 20px;
    color: #586a56;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  .egc_howto_02 .c-media__title > span,
  .egc_howto_02 .c-grid__title > span {
    display: inline-block;
    color: #586a56;
    font-weight: bold;
    background-image: linear-gradient(to top, #586a56 1px, transparent 1px);
  }

  .egc_howto_02 .c-media__lead {
    margin-bottom: 10px;
    color: #586a56;
    font-size: 16px;
    text-align: left;
  }

  .egc_howto_02 .c-media__lead small{
    display: block;
    font-size: 16px;
  }

  .egc_howto_02 .c-media__item {
    padding: 30px 58px;
    background-color: #fff;
  }
  
  .egc_howto_02 .c-grid {
    margin-bottom: 40px;
  }

  .egc_howto_02 .c-grid__title {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
  }

  .egc_howto_02 .c-grid__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -22px;
  }

  .egc_howto_02 .c-grid__col {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 22px;
    padding: 12px 16px;
    width: 408px;
    border-radius: 10px;
    background-color: #fff;
  }

  .egc_howto_02 .c-grid__text {
    flex-grow: 1;
    padding-top: 15px;
  }

  .egc_howto_02 .c-grid__media {
    flex-shrink: 0;
    margin-right: 5px;
  }

  .egc_howto_02 .c-grid__col.-full {
    justify-content: center;
    width: 100%;
  }

  .egc_howto_02 .c-grid__col.-full .c-grid__text {
    width: 220px;
    flex-grow: initial;
  }

  .egc_howto_02 .c-grid__col.-full .c-grid__media {
    margin-right: 94px;
  }

  .egc_howto_02 .c-block-onePoint {
    position: relative;
    margin-top: 45px;
    padding-top: 23px;
  }

  .egc_howto_02 .c-block-onePoint__inner {
    position: relative;
    border-radius: 10px;
    padding: 45px 55px 40px;
    background-color: #fff;
  }

  .egc_howto_02 .c-block-onePoint__text {
    color: #586a56;
  }

  .egc_howto_02 .c-block-onePoint__text b {
    color: #3aa120;
  }

  .egc_howto_02 .c-block-onePoint__symbol {
    position: absolute;
  }

  .egc_howto_02 .c-block-onePoint__symbol.-text {
    top: -8px;
    left: -8px;
  }

  .egc_howto_02 .c-block-onePoint__symbol.-arrow {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .egc_howto_02 .c-block-point__title {
    margin-bottom: 20px;
    color: #586a56;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }

  .egc_howto_02 .c-block-point__content {
    padding: 33px 66px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
  }

  .egc_howto_02 .c-media-layout__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .egc_howto_02 .c-media-layout__media {
    margin-right: 50px;
    flex-shrink: 0;
  }

  .egc_howto_02 .c-link-next {
    text-align: center;
  }

  .egc_howto_02 .c-link-next__link {
    color: #3aa120;
    font-weight: bold;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .egc_howto_02 .c-heading-l2 {
    margin-bottom: 30px;
  }

  .egc_howto_02 .c-heading-l2__title {
    margin-bottom: 5px;
  }

  .egc_howto_02 .c-heading-l2__date {
    position: relative;
    overflow: hidden;
    border: 1px solid #3aa120;
    padding: 10px 0;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l2__date > img {
    width: calc(347px / 2);
  }

  .egc_howto_02 .c-heading-l2__date::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #e5f4e1 transparent transparent transparent;
    content: "";
  }

  .egc_howto_02 .c-heading-l3 {
    margin-bottom: 25px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l3__title {
    display: inline-block;
    padding: 0 10px;
    color: #586a56;
    font-weight: bold;
    font-size: 22px;
    background: linear-gradient(to top,#beebc3 16px, transparent 16px);
  }

  .egc_howto_02 .c-heading-l4 {
    margin-bottom: 45px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l4 .-title1,
  .egc_howto_02 .c-heading-l4 .-title2,
  .egc_howto_02 .c-heading-l4 .-title3 {
    height: 55px;
  }

  .egc_howto_02 .c-heading-l4 .-title4 {
    height: 84px;
  }

  .egc_howto_02 .c-heading-l5 {
    margin-bottom: 20px;
    text-align: center;
  }

  .egc_howto_02 .c-heading-l5__title {
    color: #3aa120;
    font-weight: bold;
  }

  .c-heading-l5__title > span {
    padding: 0 5px 5px;
    background: linear-gradient(to top,#e5f4e1 50%, transparent 50%);
  }

  .egc_howto_02 .c-block {
    margin-bottom: 20px;
    padding: 20px 15px;
    background: url(../img/bg.jpg);
  }

  .egc_howto_02 .c-block > :last-child {
    margin-bottom: 0;
  }

  .egc_howto_02 .c-block__area {
    margin-bottom: 40px;
  }

  .egc_howto_02 .c-block__area > :last-child {
    margin-bottom: 0;
  }

  .egc_howto_02 .c-block__content {
    margin-bottom: 30px;
  }

  .egc_howto_02 .c-block__content > :last-child {
    margin-bottom: 0;
  }

  .egc_howto_02 .c-text {
    margin-bottom: 20px;
  }

  .egc_howto_02 .c-media {
    margin-bottom: 20px;
    text-align: center;
  }

  .egc_howto_02 .c-media__lead {
    margin-bottom: 5px;
    color: #586a56;
    font-size: 16px;
    text-align: left;
  }

    .egc_howto_02 .c-media__lead small{
    display: block;
  }

  .egc_howto_02 .c-media__item {
    padding: 15px;
    background-color: #fff;
  }

  .egc_howto_02 .c-media__title {
    margin-bottom: 10px;
    color: #586a56;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
  }

  .egc_howto_02 .c-media__title > span,
  .egc_howto_02 .c-grid__title > span {
    display: inline-block;
    color: #586a56;
    font-weight: bold;
    background-image: linear-gradient(to top, #586a56 1px, transparent 1px);
  }

  .egc_howto_02 .c-grid {
    margin-bottom: 40px;
  }

  .egc_howto_02 .c-grid__title {
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
  }

  .egc_howto_02 .c-grid__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -22px;
  }

  .egc_howto_02 .c-grid__col {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 22px;
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
  }

  .egc_howto_02 .c-grid__text {
    flex-grow: 1;
    padding-top: 8px;
  }

  .egc_howto_02 .c-grid__media {
    flex-shrink: 0;
    margin-right: 15px;
  }

  .egc_howto_02 .c-grid__col.-full .c-grid__media {
    width: auto;
  }

  .egc_howto_02 .c-grid__col.-full .c-grid__media img {
    height: 72px;
  }

  .egc_howto_02 .c-grid__col.-full {
    align-items: center;
    flex-direction: column-reverse;
  }

  .egc_howto_02 .c-block-point__title {
    margin-bottom: 20px;
    color: #586a56;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }

  .egc_howto_02 .c-block-point__content {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
  }

  .egc_howto_02 .c-media-layout__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .egc_howto_02 .c-media-layout__media {
    margin-bottom: 10px;
    flex-shrink: 0;
  }

    .egc_howto_02 .c-link-next {
    text-align: center;
  }

  .egc_howto_02 .c-link-next__link {
    color: #3aa120;
    font-weight: bold;
    text-decoration: none;
  }
}