@charset "UTF-8";
.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.size16 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .size16 {
    font-size: 110%;
  }
}

.size18 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size18 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .size18 {
    font-size: 120%;
  }
}

.size20 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .size20 {
    font-size: calc(2vw * 2);
  }
}

.size22 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size22 {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .size22 {
    font-size: 2.1999999999999997vw;
  }
}

.size24 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size24 {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .size24 {
    font-size: 2.4vw;
  }
}

.size28 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size28 {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .size28 {
    font-size: 2.8000000000000003vw;
  }
}

.size33 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size33 {
    font-size: 33px;
  }
}

@media screen and (max-width: 575px) {
  .size33 {
    font-size: 3.3000000000000003vw;
  }
}

.size40 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size40 {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .size40 {
    font-size: 4vw;
  }
}

.size42 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size42 {
    font-size: 42px;
  }
}

@media screen and (max-width: 575px) {
  .size42 {
    font-size: 4.2vw;
  }
}

.size48 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size48 {
    font-size: 48px;
  }
}

@media screen and (max-width: 575px) {
  .size48 {
    font-size: 4.8vw;
  }
}

.size54 {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .size54 {
    font-size: 54px;
  }
}

@media screen and (max-width: 575px) {
  .size54 {
    font-size: 5.4vw;
  }
}

.text-red, .site-main #sec3 .step-box h3 {
  color: #e60034;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/bg_pattern.png);
  line-height: 1.4;
  font-size: 14px;
  font-size: .9rem;
}

body h2 {
  font-size: 40px;
}

a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

a:hover {
  opacity: 0.75;
  -webkit-filter: opacity(75);
          filter: opacity(75);
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.visible-sm {
  display: none;
}

.hidden-sm {
  display: block;
}

.container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.bg-white {
  background-color: #fff;
}

.site-header {
  background: url(../images/head_bar.png) repeat-x;
  background-position: center bottom;
  padding: 10px 0 15px;
}

.site-header .headline {
  font-size: 14px;
}

.site-header .logo {
  padding: 0;
  margin: 0;
}

.site-header .navbar-contact .open-dairy {
  background: #00633d;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 40px;
  margin-bottom: 8px;
}

.site-main .sec-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-main .sec-area .sec-title {
  margin: 0;
}

.site-main .top-banner {
  text-align: center;
  padding-bottom: 40px;
}

.site-main .top-banner img {
  width: 100%;
}

.site-main #sec1 {
  padding-top: 0;
  padding-bottom: 60px;
}

.site-main #sec1 .border-red {
  border: 4px solid #e60034;
}

.site-main #sec1 .border-green {
  border: 4px solid #1e9e3b;
}

.site-main #sec1 .box-border {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
}

.site-main #sec1 .box-border h2 {
  margin: -35px 0 0;
}

.site-main #sec1 .box-border .box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

.site-main #sec1 .box-border .box-body ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-main #sec1 .box-border .box-body ul li {
  background: url(../images/bullet.png) no-repeat 0 3px;
  padding-left: 20px;
}

.site-main #sec1 .box-border .box-body ul li + li {
  margin-top: 10px;
}

.site-main #sec1 .box-border .box-body ul + ul:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -35px;
  border-left: 1px solid #DDD;
}

.site-main #sec2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-main #sec2 .inner-box {
  background: #fff498;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff498), to(#ffe402));
  background: linear-gradient(0deg, #fff498 0%, #ffe402 100%);
  border-radius: 8px;
  padding: 20px;
}

.site-main #sec2 .inner-box h2 {
  margin: -55px 0 -30px;
}

.site-main #sec2 .inner-box .row .col-item .bg-white {
  padding: 20px;
  border-radius: 8px;
}

.site-main #sec2 .inner-box .row .col-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  color: #e60034;
  font-weight: bold;
  margin: 0 0 1rem;
  border-bottom: 4px solid #e60034;
  padding-bottom: 10px;
}

.site-main #sec2 .inner-box .row .col-item h3 span:last-child {
  width: calc(100% - 70px);
}

.site-main #sec2 .inner-box .row .col-item .desc {
  line-height: 1.5;
}

.site-main #sec2 .inner-box .row .col-item .fig-img {
  margin-top: 0.9rem;
}

.site-main #sec3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.site-main #sec3 h2 {
  margin-bottom: 2rem;
  margin-top: 0;
}

.site-main #sec3 .step-box {
  border: 5px solid #1e9e3b;
  background-color: #fff;
  margin-bottom: 4rem;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}

.site-main #sec3 .step-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-main #sec3 .step-box .row .step-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 340px);
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
  padding-left: 25px;
}

.site-main #sec3 .step-box .step-tag {
  position: absolute;
  left: -2px;
  top: -2px;
}

.site-main #sec3 .step-box h3 {
  background: url(../images/dot_black.png) bottom repeat-x;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 34px;
}

.site-main #sec3 .step-box p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.site-main #sec3 .step-box:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: calc(50% - 60px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 60px;
  border-color: #1e9e3c transparent transparent transparent;
}

.site-main #sec3 .step-box:last-child:after {
  display: none;
}

.site-main #sec3 .step-box:last-child {
  margin-bottom: 0;
}

.site-main #news .news-list {
  font-size: 120%;
  padding: 0;
  margin: 0;
  margin-top: .5rem;
}

.site-main #news .news-list li {
  padding: 20px 0 20px 50px;
  list-style: none;
  position: relative;
}

.site-main #news .news-list li:before {
  content: '';
  width: 19px;
  height: 14px;
  background: url(../images/icon_news.png);
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 20px;
  top: 24px;
}

.site-main #news .news-list li .meta-date {
  margin-right: 50px;
}

.site-main #news .news-list li + li {
  border-top: 1px solid #DDD;
}

.site-main #news .news-list a {
  color: #1e9e3b;
  text-decoration: underline;
}

.site-main #company {
  padding-top: 70px;
  padding-bottom: 70px;
}

.site-main #company h2 {
  margin-bottom: 35px;
}

.site-main #company .info-list {
  background-color: #fff;
  border-radius: 8px;
  border: 4px solid #e60034;
  padding: 20px;
}

.site-main #company .info-list .info-item {
  display: table;
  width: 100%;
  font-size: 18px;
}

.site-main #company .info-list .info-item:nth-child(even) {
  background-color: #fce5ea;
}

.site-main #company .info-list .info-item > * {
  display: table-cell;
  padding: 25px 0;
}

.site-main #company .info-list .info-item .title-info {
  width: 175px;
  text-align: center;
  font-weight: bold;
  color: #e60034;
  border-right: 1px solid #DDD;
}

.site-main #company .info-list .info-item .details {
  width: calc(100% - 175px);
  padding-left: 50px;
}

.site-main #tel-banner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-main #purchase {
  padding-top: 60px;
  padding-bottom: 60px;
}

.site-main #purchase h2 {
  margin: 0;
}

.site-main #purchase .inner-box {
  border: 6px solid #e60034;
  padding: 20px;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.site-main #purchase .inner-box h3 {
  background: url(../images/dotted_bg.png) 0 bottom repeat-x;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.site-main #purchase .inner-box .row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-main #purchase .inner-box .row .col-item {
  font-size: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.site-main #purchase .inner-box .row .col-item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 460px);
  flex: 0 0 calc(100% - 460px);
  max-width: calc(100% - 460px);
}

.site-main #purchase .inner-box .row .col-item p {
  line-height: 1.5;
}

.site-main #purchase .inner-box .row .col-item p.text-red {
  padding-left: 1em;
  text-indent: -1em;
}

.site-main #purchase .inner-box .row .col-item h4 {
  background: #ef0046;
  background: -webkit-gradient(linear, left bottom, left top, from(#ef0046), to(#e3002e));
  background: linear-gradient(0deg, #ef0046 0%, #e3002e 100%);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
  font-size: 18px;
}

.site-main #purchase .inner-box .row .col-item span:before {
  content: '';
  background: url(../images/icon_white.png) no-repeat;
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
}

.fix-bnr {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 10;
}

.fix-bnr-bubble {
  position: absolute;
  top: -100px;
  left: -40px;
  pointer-events: none;
}

.fix-bnr-rakuten {
  margin-bottom: 10px;
}

.site-footer {
  background: #00633d;
  color: #fff;
  font-size: 70%;
  padding: 10px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

.single-news .site-main {
  padding: 60px 0 30px;
}

.single-news .site-main .inner-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.single-news .site-main h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 110px 15px 30px;
  background: url(../images/dot_black.png) 0 bottom repeat-x;
}

.single-news .site-main h2 span:after {
  content: '';
  width: 85px;
  height: 85px;
  background: url(../images/icon.png) no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.single-news .site-main h2:before {
  content: '';
  width: 19px;
  height: 14px;
  background: url(../images/icon_news.png) center center;
  position: absolute;
  left: 0;
  top: 6px;
}

.single-news .site-main #up_ymd {
  font-size: 18px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 40px;
}

.single-news .site-main #detail {
  padding: 3%;
  border: 3px solid #000;
  background-color: #fff;
  margin-bottom: 40px;
}

.single-news .site-main .image {
  margin-bottom: 1rem;
}

.single-news .site-main a {
  color: #e60034;
  font-weight: bold;
  text-decoration: underline;
}

.single-news .site-main .backORcloseBtn {
  text-align: center;
}

.single-news .site-main .backORcloseBtn a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.single-news .site-main .backORcloseBtn a > span {
  display: inline-block;
}

.single-news .site-main .backORcloseBtn a > span:before {
  content: '';
  width: 22px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  background-color: #000;
  left: 17px;
  top: 29px;
}

.single-news .site-main .backORcloseBtn a > span:after {
  content: '';
  width: 22px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  background-color: #000;
  left: 17px;
  top: 29px;
}

@media screen and (min-width: 576px) {
  .site-header .container .d-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-header .container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
  }
  .site-header .container .navbar-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
  }
  .site-main .box-zero {
    padding: 40px 0 80px;
  }
  .site-main .box-zero .box-content {
    width: 615px;
    font-weight: bold;
  }
  .site-main .box-zero .box-content h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 1rem;
    background: url(../images/dotted_bg.png) bottom repeat-x;
    padding-bottom: .5rem;
  }
  .site-main .box-zero .box-content p {
    font-size: 18px;
    line-height: 1.66667;
  }
  .site-main .box-zero .img {
    position: absolute;
    right: 0;
    margin-top: 20px;
  }
  .site-main #sec2 .inner-box .row {
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-main #sec2 .inner-box .row .col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-main #contact {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .site-main #contact #map iframe {
    width: 100%;
    height: 485px;
    margin-bottom: 20px;
  }
  .site-main #contact .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-main #contact .contact-info .address {
    font-size: 80%;
    padding-left: 15px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }
  .site-header .logo {
    margin-bottom: 15px;
  }
  .site-main #purchase .inner-box .row {
    display: block;
    margin: 0;
  }
  .site-main #purchase .inner-box .row .col-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .bigger {
    font-size: 120%;
  }
  .mark {
    display: inline-block;
    border-bottom: 5px solid #ffe400;
    line-height: 5px;
  }
  .site-main #sec2 .inner-box h2 {
    margin: -10px 0 -30px;
  }
  .site-main #sec2 .inner-box .row {
    position: relative;
  }
  .site-main #sec2 .inner-box .row .col-item {
    margin-top: 1rem;
  }
  .site-main #sec2 .inner-box .row .col-item h3 {
    font-size: 130%;
  }
  .site-main #sec2 .inner-box .row .col-item h3 span:first-child {
    width: 20px;
  }
  .site-main #sec2 .inner-box .row .col-item h3 span:last-child {
    width: calc(100% - 20px);
    padding-left: 10px;
  }
  .site-main #sec3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-main #sec3 h2 {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .site-main #sec3 .step-box {
    margin-bottom: 3rem;
  }
  .site-main #sec3 .step-box:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: calc(50% - 40px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: #1e9e3c transparent transparent transparent;
  }
  .site-main #sec3 .step-box p {
    font-size: 120%;
  }
  .site-main #sec3 .step-box .step-tag {
    width: 80px;
  }
  .site-main #sec3 .step-box .row .step-content {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-main #sec3 .step-box .row .step-content h3 img {
    height: 22px;
  }
  .site-main #company {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-main #company h2 {
    margin-bottom: 15px;
  }
  .site-main #company .info-list {
    padding: 15px;
  }
  .site-main #company .info-list .info-item {
    display: block;
    width: 100%;
    font-size: 110%;
    padding: 0 10px;
  }
  .site-main #company .info-list .info-item > * {
    display: block;
    padding: 15px 0;
  }
  .site-main #company .info-list .info-item .title-info {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #DDD;
  }
  .site-main #company .info-list .info-item .details {
    width: 100%;
    padding-left: 0;
  }
  .site-main #purchase {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-main #purchase .inner-box {
    padding: 15px;
  }
  .site-main #purchase .inner-box .row {
    margin: 0;
    display: block;
  }
  .site-main #purchase .inner-box .row .col-item {
    padding: 0;
  }
  .site-main #purchase .inner-box .row .col-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-main #news .news-list {
    font-size: 110%;
  }
  .site-main #news .news-list li {
    padding: 15px 0 15px 40px;
  }
  .site-main #news .news-list li:before {
    content: '';
    left: 5px;
  }
  .site-main #news .new-title {
    display: block;
  }
  .site-main #contact {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .site-main #contact #map iframe {
    width: 100%;
    height: 300px;
  }
  .site-main #contact .contact-info {
    padding: 15px 0 0;
  }
  .site-main #contact .address {
    margin: 10px 0;
    text-align: center;
  }
  .fix-bnr {
    width: 80px;
    top: auto;
    bottom: 20px;
  }
  .fix-bnr-bubble {
    top: -60px;
    left: -20px;
    width: 80px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .site-header .container .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .site-header .container .navbar-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
  .site-header .container .navbar-contact .open-dairy {
    font-size: 60%;
  }
  .site-main .top-banner .btn-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-main .top-banner .btn-group .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-main .box-zero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-main .box-zero .box-content {
    width: calc(100% - 280px);
  }
  .site-main .box-zero .box-content h3 {
    font-size: 120%;
  }
  .site-main .box-zero .img {
    position: absolute;
    right: 15px;
    margin-top: 0;
    width: 250px;
  }
  .site-main #sec1 .box-border {
    margin-top: 60px;
    position: relative;
    padding-top: 65px;
  }
  .site-main #sec1 .box-border h2 {
    margin: 0;
    position: absolute;
    width: 100%;
    top: -25px;
  }
  .site-main #sec1 .box-border .box-body ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 30px;
  }
  .site-main #purchase .inner-box .row .col-item:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
  .site-header .container {
    display: block;
  }
  .site-main .top-banner .btn {
    margin-top: 1rem;
  }
  .site-main .box-zero {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .site-main .box-zero .d-flex {
    display: block;
  }
  .site-main .box-zero .d-flex .img {
    text-align: center;
  }
  .site-main #sec1 {
    padding-bottom: 30px;
  }
  .site-main #sec1 .box-border {
    margin-top: 30px;
    position: relative;
  }
  .site-main #sec1 .box-border h2 {
    margin: 0;
    position: absolute;
    width: 100%;
    top: -20px;
  }
  .site-main #sec1 .box-border .box-body {
    padding-top: 50px;
  }
}

a[href$='.pdf']::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  background-image: url(../images/ic-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
