/* CSS Document */
#mainimg {
  width: 960px;
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  #mainimg {
    width: 100%;
    margin: 0 auto;
  }
}

#mainimg .slick_slider {
  width: 1040px;
  margin: 0 -40px;
  padding: 0;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  #mainimg .slick_slider {
    width: auto;
    margin: 0;
  }
}

#mainimg .slick_slider li {
  margin: 0;
  padding: 0;
}

#mainimg .slick_slider li img {
  display: block;
}

#mainimg .slick_slider > li:nth-child(n+1) {
  display: none;
}

#mainimg .slick-arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 100;
}

#mainimg .slick-arrow::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  #mainimg .slick-arrow {
    display: none !important;
  }
}

#mainimg .slick-prev {
  left: 40px;
  background-image: url(../img/mainimg_arrow_prev.png);
}

#mainimg .slick-next {
  right: 40px;
  background-image: url(../img/mainimg_arrow_next.png);
}

#mainimg .slick-dots {
  z-index: 5;
}

.section_service {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .section_service {
    width: auto;
  }
}

.section_lifeevent {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  padding: 55px 20px;
}

@media only screen and (max-width: 767px) {
  .section_lifeevent {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section_lifeevent {
    padding: 15px 10px 15px;
  }
}

.section_business {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .section_business {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section_business {
    padding: 50px 0 20px;
  }
}

.section_farmstand {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fdfde0;
}

@media only screen and (max-width: 767px) {
  .section_farmstand {
    width: auto;
  }
}

.green_base {
  background: #d9f3dd;
}

.main {
  padding: 0;
}

.main .top_imgtitle {
  position: relative;
  font-size: 100%;
  color: #333333;
  font-weight: normal;
  margin: 0;
  line-height: 1;
  border: none;
  padding: 95px 0 35px;
  text-align: center;
}

.main .top_imgtitle img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle img {
    max-height: 36px;
  }
}

.main .top_imgtitle::before {
  content: "";
  background: no-repeat 50% 50%;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.main .top_imgtitle.h2_service {
  padding: 95px 0 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_service {
    padding: 50px 0px 15px;
    margin-bottom: 10px;
  }
}

.main .top_imgtitle.h2_service::before {
  background-image: url(../img/txt_service.png);
  width: 345px;
  height: 123px;
  top: 25px;
  left: -40px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_service::before {
    opacity: 0.5;
  }
}

.main .top_imgtitle.h3_lifeevent {
  padding: 0 0 35px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h3_lifeevent {
    padding: 0 0 10px;
  }
}

.main .top_imgtitle.h3_lifeevent::before {
  background-image: url(../img/txt_lifeevent.png);
  width: 291px;
  height: 118px;
  top: -75px;
  left: 135px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h3_lifeevent::before {
    opacity: 0.5;
    top: -45px;
    left: 5px;
    width: 200px;
  }
}

.main .top_imgtitle.h3_business {
  padding: 0 0 35px;
  margin: 0;
}

.main .top_imgtitle.h3_business::before {
  background-image: url(../img/txt_business.png);
  width: 257px;
  height: 78px;
  top: -30px;
  left: 170px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h3_business::before {
    opacity: 0.5;
    left: 0px;
  }
}

.main .top_imgtitle.h2_brand {
  padding: 55px 0 35px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_brand {
    padding: 30px 0 20px;
  }
}

.main .top_imgtitle.h2_brand::before {
  background-image: url(../img/txt_brand.png);
  width: 387px;
  height: 168px;
  top: -5px;
  left: -75px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_brand::before {
    opacity: 0.5;
    width: 300px;
    top: -50px;
    left: -25px;
  }
}

.main .top_imgtitle.h2_farmstand {
  padding: 40px 60px 35px 0;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_farmstand {
    padding: 15px 0;
  }
}

.main .top_imgtitle.h2_farmstand::before {
  background-image: url(../img/txt_farmstand.png);
  width: 416px;
  height: 170px;
  top: -50px;
  left: -85px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_farmstand::before {
    opacity: 0.5;
    width: 300px;
  }
}

.main .top_imgtitle.h3_farmstand {
  text-align: left;
  margin: 0;
  padding: 0;
}

.main .top_imgtitle.h3_farmstand img {
  max-height: 30px;
}

.main .top_imgtitle.h2_topics {
  padding: 55px 0 35px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_topics {
    padding: 30px 0;
  }
}

.main .top_imgtitle.h2_topics::before {
  background-image: url(../img/txt_topics.png);
  width: 215px;
  height: 86px;
  top: 10px;
  left: 195px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_topics::before {
    opacity: 0.5;
    top: 10px;
    left: 5px;
  }
}

.main .top_imgtitle.h2_calendar {
  padding: 55px 0 35px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_calendar {
    padding: 50px 0 30px;
  }
}

.main .top_imgtitle.h2_calendar::before {
  background-image: url(../img/txt_calendar.png);
  width: 337px;
  height: 137px;
  top: -20px;
  left: 165px;
}

@media only screen and (max-width: 767px) {
  .main .top_imgtitle.h2_calendar::before {
    opacity: 0.5;
    top: -40px;
    left: 0;
  }
}

.section_calendar {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .section_calendar {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .section_calendar {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section_calendar {
    margin: 20px 0;
  }
}

.top_calendar iframe {
  display: block;
  border: solid 1px #359f44;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_calendar iframe {
    width: calc(100% - 10px);
    height: 400px;
  }
}

.lifeevent_list {
  margin: 0 auto;
  padding: 0;
  width: 882px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid #9ec6a4;
}

@media only screen and (max-width: 767px) {
  .lifeevent_list {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}

.lifeevent_list li {
  margin: 0;
  padding: 0 15px;
  width: 96px;
}

@media only screen and (max-width: 767px) {
  .lifeevent_list li {
    padding: 15px 10px 0;
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.lifeevent_list li a {
  display: block;
}

.lifeevent_list li a img {
  display: block;
}

.lifeevent_list li a:hover img:first-child, .lifeevent_list li a:active img:first-child {
  -webkit-animation: 0.3s 0.1s lifeevent_pop;
  animation: 0.3s 0.1s lifeevent_pop;
}

.lifeevent_list li a:hover img:last-child, .lifeevent_list li a:active img:last-child {
  -webkit-animation: 0.3s lifeevent_pop;
  animation: 0.3s lifeevent_pop;
}

@-webkit-keyframes lifeevent_pop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(0.95, 1.05);
    transform: translateY(-10px) scale(0.95, 1.05);
    opacity: 0.85;
  }
  75% {
    -webkit-transform: translateY(5px) scale(1.05, 0.95);
    transform: translateY(5px) scale(1.05, 0.95);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes lifeevent_pop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(0.95, 1.05);
    transform: translateY(-10px) scale(0.95, 1.05);
    opacity: 0.85;
  }
  75% {
    -webkit-transform: translateY(5px) scale(1.05, 0.95);
    transform: translateY(5px) scale(1.05, 0.95);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.business_list, .brand_list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.business_list li, .brand_list li {
  width: 200px;
  padding: 5px 18px;
}

@media only screen and (max-width: 767px) {
  .business_list li, .brand_list li {
    width: 50%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.business_list li.business_einou a, .brand_list li.business_einou a {
  border-color: #89c997;
}

.business_list li.business_koubai a, .brand_list li.business_koubai a {
  border-color: #7ecef4;
}

.business_list li.business_kyosai a, .brand_list li.business_kyosai a {
  border-color: #f29a76;
}

.business_list li.business_jabank a, .brand_list li.business_jabank a {
  border-color: #3b7e61;
}

.business_list li.business_sousai a, .brand_list li.business_sousai a {
  border-color: #aa89bd;
}

.business_list li.business_estate a, .brand_list li.business_estate a {
  border-color: #88abda;
}

.business_list li.business_delivery a, .brand_list li.business_delivery a {
  border-color: #f29c9f;
}

.business_list li.business_member a, .brand_list li.business_member a {
  border-color: #08a662;
}

.business_list li a, .brand_list li a {
  border-style: solid;
  border-width: 2px;
  display: block;
  border-radius: 50% 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.3s -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: 0.3s transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.3s transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.3s transform cubic-bezier(0.445, 0.05, 0.55, 0.95), 0.3s -webkit-transform cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.business_list li a > img, .brand_list li a > img {
  width: 100%;
  display: block;
  -webkit-transition: 0.7s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.7s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.7s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.7s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.7s transform cubic-bezier(0.455, 0.03, 0.515, 0.955), 0.7s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.business_list li a:hover, .brand_list li a:hover, .business_list li a:active, .brand_list li a:active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.business_list li a:hover > img, .brand_list li a:hover > img, .business_list li a:active > img, .brand_list li a:active > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.business_label, .brand_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.business_label > img, .brand_label > img {
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s background cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.7s background cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.7s background cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover .business_label > img, a:hover .brand_label > img,
a:active .business_label > img,
a:active .brand_label > img {
  background: rgba(255, 255, 255, 0.95);
}

.section_brand {
  margin: 0 0 80px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .section_brand {
    width: auto;
  }
}

.brand_ichigo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 80px;
}

@media only screen and (max-width: 767px) {
  .brand_ichigo {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
}

.brand_ichigo .brand_ichigo_img {
  position: relative;
  z-index: 1;
  margin-right: -70px;
}

@media only screen and (max-width: 767px) {
  .brand_ichigo .brand_ichigo_img {
    display: block;
    margin-right: 0;
  }
  .brand_ichigo .brand_ichigo_img img {
    width: 100%;
  }
}

.brand_ichigo .brand_ichigo_desc {
  position: relative;
  z-index: 2;
  width: 340px;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .brand_ichigo .brand_ichigo_desc {
    width: auto;
    padding: 10px 10px;
    margin: -50px 10px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
}

.brand_ichigo .brand_ichigo_desc .brand_ichigo_head img {
  width: 100%;
}

.brand_ichigo .brand_ichigo_desc .brand_ichigo_foot {
  text-align: center;
}

.brand_ichigo .brand_ichigo_desc .brand_ichigo_foot .btn_detail_img {
  max-height: 50px;
  max-width: 100%;
}

.brand_list li {
  padding: 5px 20px;
  width: 200px;
}

.brand_list li a {
  border-width: 0;
  border-radius: 0;
}

.brand_list li a:hover, .brand_list li a:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.brand_list li a:hover > img, .brand_list li a:active > img {
  -webkit-transform: scale(1.1) rotate(0);
  -ms-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}

@media only screen and (max-width: 767px) {
  .brand_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0 10px;
    margin: 5px 0;
  }
  .brand_list li > a {
    display: block;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .brand_list li > p {
    width: 60%;
    margin: 0;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.brand_label {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.farmstand_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 35px 20px;
}

@media only screen and (max-width: 767px) {
  .farmstand_head {
    display: block;
    padding: 20px;
  }
}

.farmstand_head .farmstand_head_title {
  width: 360px;
}

@media only screen and (max-width: 767px) {
  .farmstand_head .farmstand_head_title {
    width: auto;
  }
}

.farmstand_head .farmstand_head_desc {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .farmstand_head .farmstand_head_desc {
    width: auto;
  }
  .farmstand_head .farmstand_head_desc p {
    padding: 0;
    margin: 1em 0 0;
  }
}

.farmstand_list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .farmstand_list {
    display: block;
  }
}

.farmstand_list > li {
  margin: 0;
  padding: 0;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .farmstand_list > li {
    width: auto;
  }
}

.farmstand_list > li:nth-child(1) .farmstand_li_title > div {
  background: rgba(58, 146, 89, 0.8);
}

.farmstand_list > li:nth-child(2) .farmstand_li_title > div {
  background: rgba(255, 99, 103, 0.8);
}

.farmstand_list > li:nth-child(3) .farmstand_li_title > div {
  background: rgba(45, 139, 199, 0.8);
}

.farmstand_li_head {
  min-height: 0%;
  position: relative;
  margin: 0 0 2.5em;
}

.farmstand_li_head .farmstand_li_img img {
  height: auto;
  width: 100%;
  display: block;
}

.farmstand_li_head .farmstand_li_title {
  line-height: 2.2;
  font-size: 125%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: -1.1em;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.farmstand_li_head .farmstand_li_title > div {
  width: 100%;
}

.farmstand_li_desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.farmstand_li_desc > ul {
  margin: 0 0 10px;
  padding: 0 20px;
  list-style-type: none;
}

.farmstand_li_desc > ul > li {
  background: url(../img/farmstand_li_line.png) 50% 100% repeat-x;
  background-size: 196px 2px;
  padding: 0.5ex 5px;
  position: relative;
}

.farmstand_li_desc > ul > li > span {
  display: inline-block;
  vertical-align: middle;
}

.farmstand_li_desc > ul > li.farmstand_li_icon {
  padding-left: 2em;
}

.farmstand_li_desc > ul > li.farmstand_li_icon::before {
  content: "";
  display: block;
  margin-top: 0.5ex;
  width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
  margin-right: 0.3em;
  background-size: contain;
  position: absolute;
  left: 0.4em;
}

.farmstand_li_desc > ul > li.farmstand_li_icon.farmstand_li_address::before {
  background-image: url("../img/icon_address.png");
}

.farmstand_li_desc > ul > li.farmstand_li_icon.farmstand_li_tel::before {
  background-image: url("../img/icon_tel.png");
}

.farmstand_li_desc > ul > li.farmstand_li_icon.farmstand_li_fax::before {
  background-image: url("../img/icon_fax.png");
}

.farmstand_li_desc > ul > li.farmstand_li_icon.farmstand_li_time::before {
  background-image: url("../img/icon_time.png");
}

.farmstand_li_foot {
  min-height: 0%;
  padding: 15px 32px 10px;
  text-align: center;
}

.farmstand_li_foot a {
  min-height: 0%;
  display: block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.farmstand_li_foot a img {
  max-height: 50px;
}

.farmstand_li_foot a:hover, .farmstand_li_foot a:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0.9;
}

.section_service_banners {
  margin: 50px 0;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .section_service_banners {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section_service_banners {
    margin: 20px 0;
  }
}

.section_service_banners .service_banners {
  margin: 0 -12px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .section_service_banners .service_banners {
    margin: 0 0;
  }
}

.section_service_banners .service_banners li {
  width: 25%;
  margin: 0;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .section_service_banners .service_banners li {
    width: 50%;
    padding: 5px;
  }
}

.section_service_banners .service_banners li a {
  display: block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.section_service_banners .service_banners li a:hover, .section_service_banners .service_banners li a:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0.9;
}

.section_service_banners .service_banners li img {
  display: block;
  margin: auto;
}

.section_topics {
  padding: 30px 55px 0;
  margin: 20px auto;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .section_topics {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section_topics {
    margin: 0 0;
    padding: 30px 0 0;
  }
}

.section_topics .topics_footer {
  text-align: center;
  margin: 40px auto;
}

.section_topics .topics_footer a {
  display: inline-block;
}

.section_topics .topics_footer a img.btn_detail_img {
  max-height: 50px;
  vertical-align: middle;
}

a.sinker img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

a.sinker:hover img,
a.sinker:active img {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/*# sourceMappingURL=top.css.map */