section{
    padding-top: 160px;
}

.ar-contents-list > li{
    border-top: dotted 2px #d49d18;
    margin-top: 32px;
    padding: 32px 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ar-contents-list h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    text-shadow: 0 0 0.4em #fff, 0 0 0.6em #fff;
}

.ar-contents-list p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.ar-contents-list a{
    text-decoration: underline;
    word-break: break-all;
}

.ar-contents-list  ol li{
    padding-left: 1em;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.ar-contents-list  ol .list-mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    text-align: center;
}
.contact-button{
    width: 100%;
    text-decoration: none !important;
}
.ar-btn{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px 32px;
    margin-top: 40px;
}
.ar-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
    flex-flow: column;
  color: #FFFFFF;
  height: 82px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 3px solid #d49d18;
  border-radius: 100px;
  background: linear-gradient(180deg, #006943 35%, #009760 55%, #006943 75%);
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
}


.ar-btn a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 108%;
  height: 40px;
  background-image: url(https://mrsgreenapple.com/static/mga/feature/10years_landmark_popup_mVgdVKXM5p/img/button-design.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.ar-btn a div {
  display: flex;
  justify-content: center;
  align-items: center;
    flex-flow: column;
  height: 68px;
  width: 98%;
  border: 1px solid #d49d18;
  border-radius: 100px;
    line-height: 1.4;
}

.ar-btn a.hover {
  filter: brightness(0.8);
}


.to-top{
    text-align: center;
    font-family: "Kalnia", serif;
    font-size: 28px;
    text-shadow: 0 0 0.4em #fff, 0 0 0.6em #fff;
    margin-top: 40px;
}


@media screen and (max-width: 896px){
    
    section{
        padding-top: 100px;
    }
    .ar-contents-list > li{
        margin-top: 24px;
        padding: 24px 0 0;
    }
    .ar-contents-list h3{
        font-size: 16px;
    }
    .ar-contents-list p{
        font-size: 14px;
    }
    .ar-contents-list  ol li{
        font-size: 13px;
    }
    .ar-btn{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap:10px;
    margin-top: 20px;
}
    .ar-btn a{
        font-size: 10px;
        height: 64px;
    }
    .ar-btn a div{
        height: 52px;
    }
    .to-top{
        font-size: 24px;
        margin-top: 28px;
    }
}