/* Top Products */
.top-products {
  padding: 20px 0 40px 0;
  width: 100%;
  min-width: 980px;
  color: #000;
  background-color: #fff; }
.top-products .top-products__container {
  max-width: 1100px;
  margin: 0 auto; }
.top-products .top-products__heading {
  margin: 0 auto 40px auto;
  width: 500px;
  /*
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top-products__heading.png");
  background-size: 500px 100px;
  */
  display: block;
  overflow: hidden;
  text-align: center;
  color: #00644b;
  font-size: 6.1rem;
  line-height: 1.4;
  letter-spacing: 2px; }
.top-products .top-products__container span {
  display: block;
  font-size: 2rem;
  letter-spacing: 15px;
}
.top-products .top-products__layout {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch; }
.top-products .top-products__layout-item {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-bottom: 40px;
  box-sizing: border-box;
  background-color: #d9d9d9; }
.top-products .top-products__layout-item:nth-child(3n-2) {
  margin-right: 2%; }
.top-products .top-products__layout-item:nth-child(3n-1) {
  margin-right: 1.5%;
  margin-left: 1.5%; }
.top-products .top-products__layout-item:nth-child(3n) {
  margin-left: 2%; }
.top-products .top-products__layout-item a {
  display: block;
  padding: 0px 20px 10px 20px;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  text-decoration: none!important; }
.top-products .top-products__layout-item a:hover {
  opacity: 0.6;
}
.top-products .top-products__image {
/*  width: 100%;
  height: auto; */
  min-height: 350px; }
.top-products .top-products__heading2 {
  margin-bottom: 10px;
  color: #00644b;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3em; }
.top-products .top-products__paragraph {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #595757; }
.top-products .top-products__list {
  margin: 0 0 0 auto;
  display: table; }
.top-products .top-products__list > li {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
  vertical-align: bottom; }
.top-products .top-products__list > li:last-child {
  padding-right: 0; }
.top-products .top-products__link {
  display: block;
  border: solid 2px #595757;
  border-radius: 6px;
  padding: 12px 10px;
  width: 220px;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #595757;
  background-color: #fff;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-products .top-products__link:hover {
  border: solid 2px #00644b;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-products .top-products__link.top-products__link--sample {
  position: relative;
  padding-left: 45px; }
.top-products .top-products__link.top-products__link--sample:hover {
  color: #00644b;}
.top-products .top-products__link.top-products__link--sample .fa-file  {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -13px;
  font-size: 2.4rem;}
.top-products .top-products__link.top-products__link--contact {
  position: relative;
  padding-left: 45px; }
.top-products .top-products__link.top-products__link--contact:hover {
  color: #00644b;}
.top-products .top-products__link.top-products__link--contact i {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -13px;
  font-size: 24px; }
.top-products .top-products__link2 {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-products .top-products__link2:hover {
  color: #00644b;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none; }
.top-products .top-products__link2 i {
  font-size: 1.2rem; }
.top-products .top-products__link2:before_ {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  content: "";
  background-position: center;
  background-image: url("../images/top-products__icon3.png");
  background-size: 20px 20px; }

/* Top Pick Up */
.top-pickup {
  padding: 45px 0 20px 0;
  width: 100%;
  min-width: 980px;
  color: #fff;
  background-color: #808080; }
.top-pickup .top-pickup__container {
  max-width: 1100px;
  margin: 0 auto; }
.top-pickup .top-pickup__heading {
  margin: 0 auto 50px auto;
  width: 500px;
  /*
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top-pickup__heading.png");
  background-size: 500px 100px;
  */
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 6.1rem;
  line-height: 1.4;
  letter-spacing: 2px;}
.top-pickup .top-pickup__heading span {
  display: block;
  font-size: 2rem;
  letter-spacing: 15px;
}
.top-pickup .top-pickup__layout {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch; }
.top-pickup .top-pickup__layout-item {
  position: relative;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-bottom: 50px; }
.top-pickup .top-pickup__layout-item:after {
  content: " ";
  display: block;
  clear: both; }
.top-pickup .top-pickup__layout-item:hover{
  opacity: 0.7;
}
.top-pickup .top-pickup__layout-item > a:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.top-pickup .top-pickup__layout-item:nth-child(6n-5) {
  background-color: #18a15f; }
.top-pickup .top-pickup__layout-item:nth-child(6n-5) .top-pickup__heading2 {
  border: solid 2px #18a15f;
  color: #18a15f; }
.top-pickup .top-pickup__layout-item:nth-child(6n-4) {
  background-color: #ED7D31; }
.top-pickup .top-pickup__layout-item:nth-child(6n-4) .top-pickup__heading2 {
  border: solid 2px #ED7D31;
  color: #ED7D31; }
.top-pickup .top-pickup__layout-item:nth-child(6n-3) {
  background-color: #73961e; }
.top-pickup .top-pickup__layout-item:nth-child(6n-3) .top-pickup__heading2 {
  border: solid 2px #73961e;
  color: #73961e; }
.top-pickup .top-pickup__layout-item:nth-child(6n-2) {
  background-color: #463c50; }
.top-pickup .top-pickup__layout-item:nth-child(6n-2) .top-pickup__heading2 {
  border: solid 2px #463c50;
  color: #463c50; }
.top-pickup .top-pickup__layout-item:nth-child(6n-1) {
  background-color: #9b327d; }
.top-pickup .top-pickup__layout-item:nth-child(6n-1) .top-pickup__heading2 {
  border: solid 2px #9b327d;
  color: #9b327d; }
.top-pickup .top-pickup__layout-item:nth-child(6n) {
  background-color: #006480; }
.top-pickup .top-pickup__layout-item:nth-child(6n) .top-pickup__heading2 {
  border: solid 2px #006480;
  color: #006480; }
.top-pickup .top-pickup__image {
  float: left;
  display: block;
  width: 50%;
  height: auto; }
.top-pickup .top-pickup__image2 {
  display: none; }
.top-pickup .top-pickup__box {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 50px 10px 90px 10px; }
.top-pickup .top-pickup__heading2 {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  font-size: 1em;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  background-color: #fff; }
.top-pickup .top-pickup__heading3 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff; }
.top-pickup .top-pickup__paragraph {
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #fff; }
.top-pickup .top-pickup__paragraph-image {
  display: none; }
.top-pickup .top-pickup__box2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  box-sizing: border-box;
  padding: 0 25px 25px 25px;
  width: 50%; }
.top-pickup .top-pickup__link {
  display: block;
  border: solid 2px #fff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.7rem;
  width: 100%;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-pickup .top-pickup__link:hover {
  opacity: 0.6;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Top Case Study */
.top-casestudy {
  padding: 45px 0 40px 0;
  width: 100%;
  min-width: 980px;
  color: #000;
  background-color: #f2f2f2; }
.top-casestudy .top-casestudy__container {
  max-width: 1100px;
  margin: 0 auto; }
.top-casestudy .top-casestudy__heading {
  margin: 0 auto 37px auto;
  width: 500px;
  /*
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top-casestudy__heading.png");
  background-size: 500px 100px;
  */
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-size: 6.1rem;
  line-height: 1.4;
  letter-spacing: 2px; }
.top-casestudy .top-casestudy__heading span {
  display: block;
  font-size: 2rem;
  letter-spacing: 10px;
}
.top-casestudy .top-casestudy__layout {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch; }
.top-casestudy .top-casestudy__layout-item {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-bottom: 40px;
  background-color: #fff; }
.top-casestudy .top-casestudy__layout-item:nth-child(3n-2) {
  margin-right: 2%; }
.top-casestudy .top-casestudy__layout-item:nth-child(3n-1) {
  margin-right: 1.5%;
  margin-left: 1.5%; }
.top-casestudy .top-casestudy__layout-item:nth-child(3n) {
  margin-left: 2%; }
.top-casestudy .top-casestudy__layout2:after {
  content: " ";
  display: block;
  clear: both; }
.top-casestudy .top-casestudy__layout2 a{
  display: block;
}
.top-casestudy .top-casestudy__layout2 a:hover{
  opacity: 0.7;
}
.top-casestudy .top-casestudy__layout2-left {
  float: left;
  width: 36%; }
.top-casestudy .top-casestudy__layout2-right {
  float: right;
  width: 64%;
  padding: 20px;
  box-sizing: border-box; }
.top-casestudy .top-casestudy__image {
  width: 100%;
  height: auto; }
.top-casestudy .top-casestudy__heading2 {
  padding: 10px 15px 20px 15px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #595757;
  border-bottom: solid 1px #ccc;
  min-height: 53px;
}
.top-casestudy .top-casestudy__paragraph {
  font-size: 1.7rem;
  line-height: 1.5em;
  color: #595757; }
.top-casestudy .top-casestudy__box {
  padding: 10px; }
.top-casestudy .top-casestudy__list {
  padding: 20px 10px 10px 10px; }
.top-casestudy .top-casestudy__list > dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #595757; }
.top-casestudy .top-casestudy__list > dd {
  margin-bottom: 10px; }
.top-casestudy .top-casestudy__list > dd:last-child {
  margin-bottom: 0; }
.top-casestudy .top-casestudy__link {
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.53rem;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  background-color: #000;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-casestudy .top-casestudy__link:hover {
  opacity: 0.6;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-casestudy .top-casestudy__link.top-casestudy__link--blue {
  background-color: #3282f0; }
.top-casestudy .top-casestudy__link.top-casestudy__link--pink {
  background-color: #fa73b4; }
.top-casestudy .top-casestudy__link.top-casestudy__link--sky {
  background-color: #46cdff; }
.top-casestudy .top-casestudy__link.top-casestudy__link--orange {
  background-color: #fe634b; }
.top-casestudy .top-casestudy__link.top-casestudy__link--yellow {
  background-color: #ff951e; }
.top-casestudy .top-casestudy__list2 {
  margin: 0 0 0 auto;
  display: table; }
.top-casestudy .top-casestudy__list2 > li {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
  vertical-align: bottom; }
.top-casestudy .top-casestudy__list2 > li:last-child {
  padding-right: 0; }
.top-casestudy .top-casestudy__link2 {
  display: block;
  border: solid 2px #595757;
  border-radius: 6px;
  padding: 12px 10px;
  width: 220px;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #595757;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-casestudy .top-casestudy__link2:hover {
  border: solid 2px #00644b;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-casestudy .top-casestudy__link2.top-casestudy__link2--list {
  position: relative;
  padding-left: 45px; }
.top-casestudy .top-casestudy__link2.top-casestudy__link2--list:hover {
  color: #00644b; }
.top-casestudy .top-casestudy__link2.top-casestudy__link2--list i {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -14px;
  font-size: 26px;
  color: #333; }
.top-casestudy .top-casestudy__link2.top-casestudy__link2--list:hover i {
  color: #00644b; }

/* Top Outsourcing */
.top-outsourcing {
  padding: 45px 0 40px 0;
  width: 100%;
  min-width: 980px;
  color: #000;
  background-color: #fff; }
.top-outsourcing .top-outsourcing__container {
  max-width: 1100px;
  margin: 0 auto; }
.top-outsourcing .top-outsourcing__heading {
  margin: 0 auto 50px auto;
  width: 500px;
  /*
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top-outsourcing__heading.png");
  background-size: 500px 100px;
  */
  display: block;
  overflow: hidden;
  text-align: center;
  color: #00644b;
  font-size: 6.1rem;
  line-height: 1.4;
  letter-spacing: 2px;}
.top-outsourcing .top-outsourcing__heading span {
  display: block;
  font-size: 2rem;
  letter-spacing: 5px;
}
.top-outsourcing .top-outsourcing__layout {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.top-outsourcing .top-outsourcing__layout-item {
  /*-ms-flex-preferred-size: 31%;
  flex-basis: 31%;*/
  width: 31%;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: solid 1px #00644b;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.top-outsourcing .top-outsourcing__layout-item:hover{
  opacity: 0.7;
}
/*.top-outsourcing .top-outsourcing__layout-item:nth-child(3n-2) {
  margin-right: 2%; }
.top-outsourcing .top-outsourcing__layout-item:nth-child(3n-1) {
  margin-right: 1.5%;
  margin-left: 1.5%; }
.top-outsourcing .top-outsourcing__layout-item:nth-child(3n) {
  margin-left: 2%; }*/
.top-outsourcing .top-outsourcing__image {
  display: block;
  margin: 0 auto 40px auto;
  width: 100px;
  height: auto; }
.top-outsourcing .top-outsourcing__heading2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #00644b; }
.top-outsourcing .top-outsourcing__paragraph {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 20px; }
.top-outsourcing .top-outsourcing__list > li {
  text-align: right;
  margin-bottom: 10px; }
.top-outsourcing .top-outsourcing__link {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-outsourcing .top-outsourcing__link:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.top-outsourcing .top-outsourcing__link i {
  font-size: 1.3rem; }
.top-outsourcing .top-outsourcing__link:hover {
  color: #00644b;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-outsourcing .top-outsourcing__link:before_ {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  content: "";
  background-position: center;
  background-image: url("../images/top-outsourcing__icon2.png");
  background-size: 20px 20px; }
.top-outsourcing .top-outsourcing__list2 {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed; }
.top-outsourcing .top-outsourcing__list2 > dt {
  display: table-cell;
  color: #fff;
  padding: 15px 10px;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background-color: #00644b; }
.top-outsourcing .top-outsourcing__list2 > dd {
  display: table-cell;
  border-right: solid 1px #00644b;
  vertical-align: middle;
  text-align: center; }
.top-outsourcing .top-outsourcing__link2 {
  display: block;
  padding: 15px 5px;
  font-size: 1.53rem;
  line-height: 1.3em;
  color: #00644b;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-outsourcing .top-outsourcing__link2:hover {
  text-decoration: underline;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-outsourcing .top-outsourcing__list3 {
  margin: 0 0 0 auto;
  display: table; }
.top-outsourcing .top-outsourcing__list3 > li {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
  vertical-align: bottom; }
.top-outsourcing .top-outsourcing__list3 > li:last-child {
  padding-right: 0; }
.top-outsourcing .top-outsourcing__link3 {
  display: block;
  border: solid 2px #595757;
  border-radius: 6px;
  padding: 12px 10px;
  width: 220px;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #595757;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-outsourcing .top-outsourcing__link3:hover {
  border: solid 2px #00644b;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact {
  position: relative;
  padding-left: 45px; }
.top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact:hover {
  color: #00644b;
}
.top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact i {
  font-size:  2.4rem;
  position: absolute;
  left: 10px;
}
.top-outsourcing .top-outsourcing__link3.top-outsourcing__link3--contact:before_ {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  content: "";
  background-position: center;
  background-image: url("../images/top-outsourcing__icon.png");
  background-size: 30px 30px; }

/* Top Others */
.top-others {
  padding: 45px 0 40px 0;
  width: 100%;
  min-width: 980px;
  color: #000;
  background-color: #f2f2f2; }
.top-others .top-others__container {
  max-width: 1100px;
  margin: 0 auto; }
.top-others .top-others__container:after {
  content: " ";
  display: block;
  clear: both; }
.top-others .top-others__container-left {
  float: left;
  width: 52%; }
.top-others .top-others__container-right {
  float: right;
  width: 45%; }
/*
.top-others .top-others__news-heading {
width: 350px;
height: 50px;
margin-bottom: 20px;
background-position: left top;
background-image: url("../images/top-others__heading.png");
background-size: 350px 50px;
display: block;
overflow: hidden;
text-align: left;
text-indent: -9999px; }
*/
.top-others .top-others__news-heading,
.top-others .top-others__calendar-heading,
.top-others .top-others__fb-heading {
  line-height: 1;
  color: #2d5041;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 20px; }
.top-others .top-others__fb-heading{
  background: url(../images/fb.png) no-repeat left center;
  background-size: 30px 30px;
  padding: 0 0 0 40px;
}
.top-others .top-others__news-heading i {margin-right: 4px;}
.top-others .top-others__fb-heading i {font-size: 3.6rem;}
.top-others .top-others__calendar-heading i {}
.top-others .top-others__news-box {
  overflow-y: scroll;
  width: 100%;
  height: 330px;
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #b9b9b9;
  background-color: #fff; }
.top-others .top-others__news-list {
  margin-bottom: 15px; }
.top-others .top-others__news-list:after {
  content: " ";
  display: block;
  clear: both; }
.top-others .top-others__news-list > dt {
  float: left;
  width: 35%;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  color: #00644b; }
.top-others .top-others__news-list > dd {
  float: right;
  width: 63%;
  font-size: 1.4rem;
  line-height: 1.3em; }

.top-others .top-others__news-list .ac_heading {
  cursor: pointer;
}
/*
.top-others .top-others__fb-heading {
  width: 250px;
  height: 50px;
  margin-bottom: 20px;
  background-position: left top;
  background-image: url("../images/top-others__heading2.png");
  background-size: 250px 50px;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px; }
*/
.top-others .top-others__fb-box {
  overflow: hidden;
  width: 100%;
  height: 330px;
  box-sizing: border-box;
  border: solid 1px #b9b9b9;
  background-color: #fff; }

.top-others .top-others__calendar-box {
  overflow: hidden;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  border: solid 1px #b9b9b9;
  background-color: #fff; }

.icon__check-square-o,
.icon__fa-file-text,
.icon__fa-area-chart {
  margin: 10px 0 15px;
  text-align: center; }
.icon__check-square-o i {
  color: #01634a;
  font-size: 12.2rem; }
.icon__fa-file-text i {
  color: #01634a;
  font-size: 12.2rem; }
.icon__fa-area-chart i {
  color: #01634a;
  font-size: 12.2rem;
  line-height: 1; }


/* Store Main */
@media screen and (min-width:768px) { 
.store-main {
  width: 100%;
  min-width: 980px;
  border-bottom: solid 1px #bfbfbf; }
.store-main .store-main__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 30px 0; }
.store-main .store-main__paragraph {
  font-size: 1.8rem;
  line-height: 2em; }
  }
@media screen and (max-width:767px) { 
.store-main {
  margin-bottom: 30px; }
.store-main .store-main__container {
  padding: 30px 15px 15px 15px;
  border-bottom: solid 1px #bfbfbf; }
.store-main .store-main__paragraph {
  font-size: 1.5rem;
  line-height: 1.6em; }
  }
