<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*******************************************************************/
/* copy */
/*******************************************************************/
img {
  max-width: 100%;
}
.foodTop .sec {
  padding: 60px 0;
}
.sec h2.midashi {
  text-align: center;
  line-height: 1.1;
  font-size: 180%;
}
#top_topban {
  width: 100%;
  height: 348px;
  background: transparent url(../images/food/topban_bg.jpg) no-repeat center center;
  background-size: cover;
}
#top_topban .rows {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 348px;
}
#top_topban .rows .cl .logo_sub {
  margin-top: 25px;
  line-height: .9;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 34px;
  color: #fff;
}
#top_topban .rows .cl .logo_sub span {
  display: inline-block;
  text-indent: -7px;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 16px;
}
#top_topban .rows .cl .text {
  margin-top: 20px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
#search_blk {
  padding-bottom: 100px;
  background: transparent url(../images/top/sec3_bg.svg) no-repeat 0 0;
  background-size: cover;
}
#search_blk .midashiEn {
  margin-top: 12px;
  text-align: center;
}
#search_blk .rows.r2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
#search_blk .rows .col {
  -webkit-flex: 0 0 307px;
  flex: 0 0 307px;
  position: relative;
  margin: 0 15px;
  padding: 2px;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#search_blk .rows .col a {
  display: block;
}
#search_blk .rows .col a:hover {
  text-decoration: none;
  opacity: .8;
}
#search_blk .rows .col .img {
  position: relative;
  overflow: hidden;
}
#search_blk .rows .col .img .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 112%;
  color: #fff;
}
#search_blk .rows .col .img .layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-color: rgba(110, 185, 50, 0.8)
}
#search_blk .rows .col .body {
  padding: 11px 15px;
  background-color: #F4F4F5;
  font-size: 87.5%;
}
#search_blk .rows .col .body ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#search_blk .rows .col .body ul li {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 2px 0;
}
#search_blk .blk .midashi {
  position: relative;
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 175%;
}
#search_blk .blk .midashi:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  margin-left: -65px;
  width: 130px;
  border-top: 2px solid #ff972d;
}
.product_list {
  margin: 0 auto;
  width: 948px;
}
.product_list .head {
  margin-top: 60px;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  background: transparent url(../images/products/bg_title.png) no-repeat left top;
  font-size: 125%;
}
.product_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.product_list ul li {
  -webkit-flex: 0 0 292px;
  flex: 0 0 292px;
  margin-top: 20px;
  margin-left: 35px;
}
.product_list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.product_list ul li &gt; .head {
  margin-top: 20px;
  margin-bottom: 22px;
}
.product_list ul li a {
  display: block;
  padding: 5px 5px 0 5px;
  background-color: #F5F5F5;
}
.product_list ul li a:hover {
  background-color: #ff972d;
  text-decoration: none;
}
.product_list ul li.core a:hover {
  background-color: #E50045;
  text-decoration: none;
}
.product_list ul li.duo a:hover {
  background-color: #2D4486;
  text-decoration: none;
}
.product_list ul li .in {
  padding: 30px 15px 20px;
  text-align: center;
  background-color: #fff;
}
.product_list ul li .title {
  position: relative;
  height: 40px;
}
.product_list ul li .title.txt {
  padding-left: 30px;
  line-height: 1.3;
  background: transparent url(../images/products/icon_logo.svg) no-repeat left center;
  font-weight: bold;
  font-size: 108%;
}
.product_list ul li.core .title.txt {
  background: transparent url(../images/products/icon_core_logo.svg) no-repeat left center;
}
.product_list ul li.core_foods .title.txt, .product_list ul li.corefoods .title.txt {
  background: transparent url(../images/products/icon_corefoods_logo.svg) no-repeat left center;
}
.product_list ul li .title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  margin-left: -40px;
  width: 80px;
}
.product_list ul li.innova .title:after {
  border-top: 1px solid #43454D;
}
.product_list ul li.core_hanbai .title:after {
  border-top: 1px solid #E60044;
}
.product_list ul li.core_foods_hanbai .title:after {
  border-top: 1px solid #6EBA33;
}
.product_list ul li.core_kaikei .title:after {
  border-top: 1px solid #C71432;
}
.product_list ul li.core_foods_seisan .title:after {
  border-top: 1px solid #6EBA33;
}
.product_list ul li.core_foods_genka .title:after {
  border-top: 1px solid #6EBA33;
}
.product_list ul li.core_foods_butsuryu .title:after {
  border-top: 1px solid #C71432;
}
.product_list ul li.core_foods .title:after, .product_list ul li.corefoods .title:after {
  border-top: 1px solid #6EBA33;
}
.product_list ul li.duo .title:after {
  border-top: 1px solid #2D4486;
}
.product_list ul li.core .title:after {
  border-top: 1px solid #e60044;
}
.product_list ul li .text {
  margin-top: 45px;
  height: 85px;
  font-size: 90%;
}
.product_list ul li .link {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}
.product_list ul li .link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  display: inline-block;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}
.product_list ul li.innova .link:after {
  border-top: 1px solid #43454D;
  border-right: 1px solid #43454D;
}
.product_list ul li.core .link:after, .product_list ul li.core_hanbai .link:after {
  border-top: 1px solid #E60044;
  border-right: 1px solid #E60044;
}
.product_list ul li.core_foods_hanbai .link:after {
  border-top: 1px solid #6EBA33;
  border-right: 1px solid #6EBA33;
}
.product_list ul li.core_kaikei .link:after {
  border-top: 1px solid #C71432;
  border-right: 1px solid #C71432;
}
.product_list ul li.core_foods_seisan .link:after {
  border-top: 1px solid #6EBA33;
  border-right: 1px solid #6EBA33;
}
.product_list ul li.core_foods_genka .link:after {
  border-top: 1px solid #6EBA33;
  border-right: 1px solid #6EBA33;
}
.product_list ul li.core_foods_butsuryu .link:after {
  border-top: 1px solid #C71432;
  border-right: 1px solid #C71432;
}
.product_list ul li.core_foods .link:after, .product_list ul li.corefoods .link:after {
  border-top: 1px solid #6EBA33;
  border-right: 1px solid #6EBA33;
}
.product_list ul li.duo .link:after {
  border-top: 1px solid #2D4486;
  border-right: 1px solid #2D4486;
}
.product_list ul li a:hover .link {
  color: #fff;
}
.product_list ul li a:hover .link:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*共通の設定*/
.block01 .accent, .block02 .accent {
  font-weight: bold;
  margin-left: -3px;
  padding-left: 3px;
  margin-right: -8px;
  padding-right: 8px;
  background: linear-gradient(to bottom, transparent 55%, #F1EBB4 55.05%);
}
.contact, .contact * {
  box-sizing: border-box;
}
.contact {
  position: relative;
  height: 260px;
  background: url(../images/food/contact-bg.jpg) no-repeat center /cover;
  padding: 50px 0 22px;
}
.contact::before {
  content: '';
  display: block;
  background:
    linear-gradient(to top left, transparent 50%, #fff 50.1%) bottom right/ 50.1% 100% no-repeat, linear-gradient(to top right, transparent 50%, #fff 50.1%) bottom left/ 50.1% 100% no-repeat;
  width: 290px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
}
.contact--color-lightGreen::before {
  background:
    linear-gradient(to top left, transparent 50%, #EFF7E7 50.1%) bottom right/ 50.1% 100% no-repeat, linear-gradient(to top right, transparent 50%, #EFF7E7 50.1%) bottom left/ 50.1% 100% no-repeat;
}
.contact__title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.contact__subtitle {
  position: relative;
  width: 82px;
  height: 13px;
  margin: 27px auto 0;
}
.contact__subtitle &gt; img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.contact__subtitle::before, .contact__subtitle::after {
  content: '';
  display: block;
  height: 1px;
  width: 93px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact__subtitle::before {
  left: calc(50% + 55px);
}
.contact__subtitle::after {
  right: calc(50% + 55px);
}
.contact__btn {
  background: #fff;
  height: 80px;
  width: 100%;
  max-width: 514px;
  margin: 35px auto 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__text {
  font-size: 18px;
  font-weight: bold;
  color: #ff972d;
  position: relative;
}
.contact__text::after {
  position: absolute;
  top: 2px;
  left: calc(50% + 198px);
  content: '';
  display: block;
  width: 21.998px;
  height: 20.307px;
  background-image: url(../images/food/ico-contact-green.svg);
}
.contact__btn:hover {
  text-decoration: none;
  background-color: #ff972d;
}
.contact__btn:hover &gt; .contact__text {
  color: #fff;
}
.contact__btn:hover &gt; .contact__text::after {
  background-image: url(../images/food/ico-contact-white.svg);
}
/*共通の設定*/
/*block1の設定*/
.block01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
  width: 950px;
}
.block01 * {
  color: #2E3036;
}
.block01__text {
  width: 538px;
  font-size: 16px;
  line-height: 1.6875;
}
.block01__img {
  margin-left: 40px;
  width: 397.586px;
  height: 302.563px;
}
/*block1の設定*/
/*block2の設定*/
.block02 {
  padding: 75px calc(50vw - 475px);
  background: url(../images/food/sec02-bg.jpg) no-repeat top center /100% auto;
  box-sizing: border-box;
}
.block02 * {
  box-sizing: border-box;
  color: #2E3036;
}
.block02__title {
  line-height: 1;
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.block02__title::before, .block03__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 128.5px;
  height: 1px;
  background: #6EBA33;
}
.block02__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* width: calc(100% + 36px); */
  margin-top: calc(-34px + 65px);
  margin-left: -36px;
}
.block02__item {
  padding-top: 34px;
  padding-left: 36px;
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  min-width: 0;
}
.block02 .card {
  display: flex;
  flex-direction: column;
  border: 1px solid #6EBA33;
  position: relative;
  background: #fff;
  padding: 25px 22px 31px 28px;
  height: 100%;
}
.block02 .card__title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 1.33;
  text-align: center;
  position: relative;
  padding-bottom: 19px;
}
.block02 .card__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.942px;
  background: #6EBA33;
}
.block02 .card__list {
  margin-top: 17px;
}
.block02 .card__item {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.569375;
  padding-left: 18px;
  position: relative;
  margin-top: 10px;
}
.block02 .card__item::before {
  position: absolute;
  top: 6px;
  left: 4.5px;
  content: '';
  width: 9px;
  height: 9px;
  background: #6EBA33;
}
.block02 .card__tag {
  left: 15px;
  top: -15px;
  position: absolute;
  width: 99.886px;
  height: 86.504px;
  background:
    linear-gradient(to top left, transparent 50%, #6EBA33 50.1%) bottom right/ 50.1% 100% no-repeat, linear-gradient(to top right, transparent 50%, #6EBA33 50.1%) bottom left/ 50.1% 100% no-repeat;
}
.block02 .card__tag &gt; span {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  width: 100%;
}
/*block2の設定*/
/*block3の設定*/
.block03, .block03 * {
  box-sizing: border-box;
  color: #2E3036;
}
.block03 {
  padding: 80px 10px 57px;
  /* padding: 80px calc(50vw - 475px) 57px; */
  background: #EFF7E7;
  counter-reset: sectionNumber;
}
.block03__title {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
  text-align: center
}
.block03__list {
  display: flex;
  margin-left: -20px;
  counter-reset: number;
  margin-top: 55px;
}
.block03__item {
  margin-left: 20px;
  width: calc(33.3333% - 20px);
  background: #fff;
  border: 1px solid #E7E3E0;
  border-radius: 6px;
}
.block03__link {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.4125;
  padding: 15px 0 22px 20px;
  position: relative;
}
.block03__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.block03__link::before {
  left: 10px;
  top: 16px;
  line-height: 1;
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  font-size: 64.91px;
  color: #B1D585;
}
.block03__link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: block;
  width: 7.203px;
  height: 7.203px;
  border-top: 1.731px solid #7a0;
  border-right: 2px solid #7a0;
  transform: rotate(135deg);
}
/* containerの共通設定 */
.block03Content {
  padding: 60px 81.5px 35px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #E7E3E0;
}
.block03Content:first-of-type {
  margin-top: 20px;
}
.block03Content:not(:first-of-type) {
  margin-top: 45px;
}
.block03Content__title {
  position: relative;
  height: 78px;
  display: flex;
  align-items: center;
  padding-left: 84px;
  font-size: 22px;
  font-weight: bold;
}
.block03Content__title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  line-height: 1;
  counter-increment: sectionNumber 1;
  content: counter(sectionNumber);
  font-size: 64.91px;
  color: #B1D585;
  font-weight: normal;
}
.block03Content__title::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 2px;
  height: 78px;
  background: #B1D585;
}
.block03Content__container {}
.block03Content__container:first-of-type {
  margin-top: 40px;
}
.block03Content__container:not(:first-of-type) {
  margin-top: 62px;
}
.block03Content__subTitle {
  line-height: 1;
  font-size: 20px;
  color: #ff972d;
  font-weight: bold;
}
.block03Content__text {
  font-size: 16px;
  line-height: 1.569375;
  margin-top: 22px;
}
.block03Content__img {
  margin-top: 40px;
}
.block03Content__footer {
  margin-top: 45px;
  height: 130px;
  border-top: 1px solid #E7E3E0;
  border-bottom: 1px solid #E7E3E0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.block03Content__caption {
  font-size: 18px;
  font-weight: bold;
  color: #ff972d;
  white-space: nowrap;
}
.block03Content__caption &gt; span {
  margin-left: -5px;
  padding-left: 5px;
  margin-right: -5px;
  padding-right: 5px;
  background: linear-gradient(to bottom, transparent 55%, #F1EBB4 55.05%);
}
.block03Content__btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: #ff972d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 417px;
  height: 44px;
  padding-left: 16px;
  border-radius: 5px;
  position: relative;
}
.block03Content__btn:hover {
  text-decoration: none;
  opacity: .8;
}
.block03Content__btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 25px;
  background-image: url(../images/corefoods/icon_pdf.svg);
  background-size: contain;
  right: 43px;
  top: 45%;
  transform: translateY(-50%);
}
/* containerの共通設定 */
/* container01の設定 */
.thumbnail-list {
  margin-top: 36px;
  display: flex;
}
.thumbnail-list__item {
  width: 20%;
}
.thumbnail-list__img {
  position: relative;
}
.thumbnail-list__img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.thumbnail-list__img &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: auto;
}
.business {
  margin-top: 35px;
  display: flex;
}
.business__contents {
  width: 100%;
  border-left: 1px solid #E6E3DF;
}
.business__contents:nth-of-type(1) {
  max-width: 580px;
}
.business__contents:nth-of-type(2) {
  max-width: 205px;
}
.business__title {
  font-size: 14px;
  font-weight: bold;
  color: #ff972d;
  padding-left: 21px;
}
.business__container {
  margin-top: 14px;
  display: flex;
}
.business__contents:nth-of-type(1) .business__list {
  width: 33.3333%;
}
.business__list {
  padding-left: 21px;
}
.business__item {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}
/* container02の設定 */
/* container02の設定 */
/* container03の設定 */
.block03Content03 {}
.block03Content03__container {
  display: flex;
  margin-top: 50px;
}
.block03Content03__container:nth-of-type(1) .block03Content03__text {
  font-size: 16px;
  line-height: 1.569375;
}
.block03Content03__container:nth-of-type(1) .block03Content03__img {
  width: 292px;
  flex-shrink: 0;
  margin-left: 35px;
}
.block03Content03__container:nth-of-type(2) .block03Content03__text {
  font-size: 20px;
  color: #ff972d;
  line-height: 1.88;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.block03Content03__container:nth-of-type(2) .block03Content03__img {
  width: 185.111px;
}
/* container03の設定 */
/*block3の設定*/
/** greenBlock **/
.greenBlock {
  background-color: #CDE3B0;
  margin: 67px -81.5px 0;
  padding: 32px 45px 33px;
}
.greenBlock .body {
  position: relative;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.greenBlock .img {
  margin-top: -48px;
  margin-bottom: 5px;
}
.greenBlock .text {
  box-sizing: border-box;
  line-height: 1.75;
  width: 392px;
  margin-bottom: 29px;
}
.greenBlock .ttl {
  font-size: 22px;
  margin-bottom: 8px;
}
.greenBlock .contentDL {
  display: flex;
  justify-content: space-between;
}
.greenBlock .btn_dl {
  font-size: 18px;
  box-sizing: border-box;
  background-color: #ff972d;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  line-height: 44px;
  width: 48%;
  max-width: 410px;
  padding-left: 30px;
}
.greenBlock .btn_dl:hover {
  text-decoration: none;
  opacity: .8;
}
.indent_harf {
  margin-left: -0.5em;
}
.iconPdf01 {
  position: relative;
}
.iconPdf01::after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 25px;
  background-image: url(../images/corefoods/icon_pdf.svg);
  background-size: contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.div {
  margin-top: 50px;
}
.div .fwR {
  font-weight: 400;
  color: #fff;
}
.div .title {
  padding: 10px 20px 8px;
  line-height: 1.2;
  letter-spacing: 1px;
  background: transparent url(../images/list_title_bg.svg) no-repeat 0 0;
  background-position: center right;
  background-size: auto 100%;
  font-weight: bold;
  font-size: 125%;
  color: #fff;
}
.div .min, .div .text {
  color: #000;
}
.div .title .memo {
  vertical-align: top;
  font-weight: normal;
  font-size: 60%;
  color: #fff;
}
.div .text .memo {
  vertical-align: top;
  font-weight: normal;
  font-size: 60%;
  color: #000;
}
.div .body {
  display: -webkit-flex;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.div .body .img {
  width: 18.5%;
}
.div .body .img img {
  width: 100%;
}
.div .body .info {
  width: 76.5%;
}
.div .body .info .text {
  font-weight: bold;
  font-size: 112.5%;
}
.div .body .info .min {
  margin-top: 20px;
  font-size: 75%;
}
/* 20190723追加 */
.midashi.grn:after {
  border-top: 2px solid #ff972d !important;
}
.jissekiList.grn li dl dd.txt {
  background-color: rgba(60, 137, 0, 0.7);
}
#detail_blk .btn.grn a {
  border: 1px solid #6eba33;
  color: #6eba33;
}
#detail_blk .btn.grn a:hover {
  background-color: #6eba33;
  color: #fff;
}
#detail_blk .btn.grn a:after {
  border-top: 2px solid #90c666;
  border-right: 2px solid #90c666;
}
#solution_blk .rows.grn .col .title:before {
  content: url(../images/food/icon_list.svg);
}
.product_list ul.txt_s li .text {
  height: 52px;
}
.mb40 {
  margin-bottom: 40px;
}
/*******************************************************************/
/* 資料ダウンロード */
/*******************************************************************/
#jirei_blk.inner, #leaflet_blk.inner {
  border-top: 1px solid #ccc;
  padding: 50px 0;
}
#catalog_blk.inner {
  padding: 50px 0;
}
a {
  color: #000;
  text-decoration: none;
}
.list_blk .rows .col .btn_download {
    background-color: #e97a20 !important;
}

.list_blk .rows .col .name {
    text-align: center;
}
.list_blk .rows .col .img  {
    position: relative;
    width: fit-content;
}
.list_blk .rows .col .img .tab{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
}
.list_blk .rows .col .img .tab.blue{
    background: #1c69db;
}
.list_blk .rows .col .img .tab.grn{
    background: #7cb617;
}
@media screen and (max-width:768px) {
  .sec h2.midashi {
    text-align: center;
    line-height: 1.2;
    font-size: 140%;
  }
  .list_blk.inner {
    padding: 50px 0 30px;
  }
#top_blk {
    padding: 0px 4%;
}
.list_blk .rows .col .btn_download {
    width: 100%;
}
}
/*******************************************************************/
/*  */
/*******************************************************************/
/*  
---------------------------------------------------------------*/</pre></body></html>