@charset "UTF-8";
/*------------------------------------------------------------------------------

  Material Common

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .under_main .mod-h1.subtitle h1 {
    padding: 0 0 0 81px;
  }
}

@media only screen and (max-width: 767px) {
  .under_main .mod-h1.subtitle h1 {
    padding: 0 0 0 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .under_main .mod-h1.subtitle h1::before {
    width: 73px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .under_main .mod-h1.subtitle h1::before {
    width: 45px;
    height: 49px;
  }
}

.business-headline {
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .business-headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .business-headline {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0 0;
  }
}

.business-headline + * {
  margin-top: 20px;
}

.mod-imageText-strong-text strong {
  display: block;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong-text .mod-text-default {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-strong-text .mod-text-default {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*
  特長
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .mod-features {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features {
    margin: 25px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.mod-features li {
  line-height: 1.3;
  background-color: #ecf2f5;
  position: relative;
  border-radius: 6px;
}

@media print, screen and (min-width: 768px) {
  .mod-features li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
    padding: 20px 15px 20px 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features li {
    padding: 20px 15px 20px 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-features li + li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features li + li {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-features li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.mod-features li::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_check.svg") center center/contain no-repeat;
  width: 20px;
  height: 19px;
}

@media print, screen and (min-width: 768px) {
  .mod-features li::before {
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features li::before {
    top: 19px;
    left: 15px;
  }
}

.mod-features-image {
  text-align: center;
}

.mod-features-image img {
  max-width: 460px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mod-features-image + ul {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features-image + ul {
    margin: 25px 0 0;
  }
}

.mod-features.mod-features-detail li {
  color: #666;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-features.mod-features-detail li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features.mod-features-detail li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mod-features.mod-features-detail li strong {
  color: #222;
  display: block;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-features.mod-features-detail li strong {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 13px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-features.mod-features-detail li strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 12px;
  }
}

.mod-imageText_wrapper .mod-list01 {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText_wrapper * + .mod-list01 {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText_wrapper * + .mod-list01 {
    margin: 25px 0 0;
  }
}

/*
  構造式
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .mod-formula {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-formula {
    margin: 20px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-formula-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .mod-formula-item {
    width: 100%;
  }
}

.mod-formula-item.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-formula-item.img img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.mod-formula-item.mod-formula-header {
  padding: 15px 10px;
  background-color: #ecf2f5;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item.mod-formula-header {
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .mod-formula-item.mod-formula-header {
    border: 1px solid #ccc;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid  #ccc;
  }
}

.mod-formula-item.mod-formula-body {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item.mod-formula-body {
    padding: 15px 10px 18px;
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .mod-formula-item.mod-formula-body {
    padding: 15px 10px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}

.mod-formula-item.mod-formula-body li {
  position: relative;
  padding-left: 16px;
}

.mod-formula-item.mod-formula-body li::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #222;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 4px;
  top: 8px;
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-right: 1px solid #ccc;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-formula-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-right: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .mod-formula-item:nth-child(4) {
    border-bottom: 1px solid #ccc;
  }
}

/*
  製品のひみつ
------------------------------------------------------------------------------*/
.mod-product-secret {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .mod-product-secret {
    margin: 50px 0 0;
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-product-secret {
    margin: 40px 0 0;
    padding: 25px 10px;
  }
}

.mod-product-secret-title p {
  color: #222;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mod-product-secret-title p {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-product-secret-title p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 25px;
  }
}

.mod-product-secret-title p::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-product-secret-title p::before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-product-secret-title p::before {
    top: 1px;
    width: 19px;
    height: 21px;
  }
}

.mod-product-secret-list {
  background-color: #fff;
  margin: 20px 0 0;
}

@media print, screen and (min-width: 768px) {
  .mod-product-secret-list {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-product-secret-list {
    padding: 25px 20px;
  }
}

.mod-product-secret-list li {
  border-bottom: 1px solid  #e0e0e0;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.mod-product-secret-list li:last-child {
  margin: 0;
}

.mod-product-secret-list dt {
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-product-secret-list dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-product-secret-list dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mod-product-secret-list dt + dd {
  margin: 5px 0 0;
}

.mod-product-secret-list dd {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-product-secret-list dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-product-secret-list dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*
  アイコン
------------------------------------------------------------------------------*/
.icon-catalog::before,
.icon-site::before {
  content: '';
  background: center / contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .icon-catalog::before,
  .icon-site::before {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .icon-catalog::before,
  .icon-site::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.icon-catalog::before {
  background-image: url("/common/img/icon_catalog.svg");
}

.icon-site::before {
  background-image: url("/common/img/icon_site.svg");
}

/*
  ボタン
------------------------------------------------------------------------------*/
.business-list-btn {
  border-top: 1px solid  #e0e0e0;
}

@media print, screen and (min-width: 768px) {
  .business-list-btn {
    padding: 50px 0 0;
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .business-list-btn {
    padding: 40px 0 0;
    margin: 40px 0 0;
  }
}
