@charset "utf-8";
.products-list-linke { transition: .3s; }
.products-list-link:hover .products-list-code,
.products-list-link:hover .products-list-name { color: #1a5098; }

.product-category {
  box-sizing: border-box;
  /*max-width: 1040px;*/
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-category {
  max-width: 100%;
  padding: 0 5px 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category {
  max-width: 100%;
  padding: 0 5px 20px;
}
}

.product-category > .sentence {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding: 0 0 20px .2em;
}
@media screen and (max-width: 667px) {
.product-category > .sentence { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category > .sentence { font-size: 14px; }
}

.product-category-header {
  padding-bottom: 50px;
  /*width: 1040px;*/
}
@media screen and (max-width: 667px) {
.product-category-header {
  padding-bottom: 20px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-header {
  padding-bottom: 30px;
  width: 100%;
}
}

.product-category-introduction {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 30px;
  /*width: 1040px;*/
}
@media screen and (max-width: 667px) {
.product-category-introduction {
  flex-wrap: wrap;
  padding-bottom: 30px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-introduction { width: 100%; }
}

.product-category-introduction .sentence { font-size: 15px; }
@media screen and (max-width: 667px) {
.product-category-introduction .sentence { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-introduction .sentence { font-size: 14px; }
}

.product-category-introduction-image { display: block; }
@media screen and (max-width: 667px) {
.product-category-introduction-image { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-introduction-image { width: 40%; }
}

.product-category > .headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 667px) {
.product-category > .headline { font-size: 16px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category > .headline { text-align: center; }
}


.headline-border-left-twotone {
  align-items: center;
  display: flex;
  height: 50px;
  margin: 0 0 1em;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
.headline-border-left-twotone { padding-top: 0.3em; }
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone {
  height: 40px;
  margin: 0 auto .5em;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone {
  height: 40px;
  margin: 0 auto .5em;
  width: 95%;
}
}

.headline-border-left-twotone:before,
.headline-border-left-twotone:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 5px;
}

.headline-border-left-twotone:before {
  background: #00a0e9;
  height: 25px;
  top: 0;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone:before { height: 20px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone:before { height: 20px; }
}

.headline-border-left-twotone:after {
  background: #777;
  height: 25px;
  top: 25px;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone:after {
  height: 20px;
  top: 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone:after {
  height: 20px;
  top: 20px;
}
}

.headline-border-left-twotone-headline-inner {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.headline-border-left-twotone-headline-inner { font-size: 18px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.headline-border-left-twotone-headline-inner { font-size: 20px; }
}

.category-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 667px) {
.category-wrap { justify-content: space-between; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-wrap { margin: 15px auto 0; }
}


/* style ver.2 */
.category-link {
  align-items: center;
  border: 1px solid #989898;
  box-sizing: border-box;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 10px 30px;
  padding: 10px 1.5%;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 31.25%;/* 500px */
    background: #fff;
}
@media screen and (max-width: 667px) {
.category-link {
  flex-direction: column;
  margin: 0 0 1em;
  padding: 10px 0;
  width: 48%;
    
}
.category-wrap .category-link:last-child { border-bottom: 1px dotted #989898; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-link {
  margin: 0 5px 10px;
  width: 31.9%;
}
}

.category-link:hover {
  border-color: #1a5098;
  background-color: #fafafa;
  color: #1a5098;
  text-decoration: none;
}
.category-link:active {
  border-color: #1a5098;
  color: #1a5098;
  text-decoration: none;
}

@media screen and (max-width: 667px) {
.category-link .list_inner:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  margin: -14px 0 0;
  position: absolute;
  right: 5px;
  top: 50%;
}
}

.category-link .figure {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 667px) {
.category-link .figure { margin: 0 auto; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-link .figure { margin: 0 auto; }
}

.category-link .body {
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.category-link .body { padding: 1em .5em 0; }
}

.category-link .headline {
  display: table;
  margin: 0;
  padding: 0 0 .5em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.category-link .headline { display: block; }
}

.category-link .headline-inner {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 667px) {
.category-link .headline-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-link .headline-inner { font-size: 14px; }
}

.category-link .sentence {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.category-link .sentence {
  font-size: 11px;
  line-height: 1.3;
  margin: 0.2em 0 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-link .sentence {
  font-size: 13px;
  line-height: 1.5;
  margin: 0.5em 0 0;
}
}



/* style ver.1 */
.category-list {
  border: 2px solid #0664DE;
    border-radius: 15px;
    background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 31%;/* 500px */
  margin: 0 10px 30px;
  padding: 10px 1.5%;
  transition: 0.3s;
}
@media screen and (max-width: 667px) {
.category-list {
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: 1px dotted #989898;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
}
.category-wrap .category-list:last-child { border-bottom: 1px dotted #989898; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-list {
  flex-direction: unset;
  align-items: unset;
  width: 31.9%;
  margin: 0 5px 10px;
  padding: 20px 1.5% 10px;
}
}

.category-list:hover {
  border-color: #1a5098;
  background-color: #fafafa;
}

.category-list .list_inner {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 667px) {
.category-list .list_inner {
  position: relative;
  flex-direction: row;
}
.category-list .list_inner:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -14px 0 0;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.category-list .list_inner { flex-direction: column; }
}

.category-list .list_inner:hover {
  text-decoration: none;
  color: #1a5098;
}

.list_inner .figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
}
@media screen and (max-width: 667px) {
.list_inner .figure { width: 130px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list_inner .figure { width: 100%; }
}

.list_inner .figure .picture {
  display: block;
  max-height: 140px;
  max-width: 130px;
  /*width: 100%;*/
}
@media screen and (max-width: 667px) {
.list_inner .figure .picture {
  /*max-height: 100%;
  max-width: 100%;*/
}
    .list_inner .figure .picture img{width: auto; max-width: auto;}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list_inner .figure .picture {
  max-height: 100px;
  max-width: 90px;
}
}

.list_inner .body {
  padding-right: 10px;
  width: 320px;
}
@media screen and (max-width: 667px) {
.list_inner .body {
  padding-left: 7px;
  padding-right: 30px;
  width: auto;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list_inner .body {
  padding-right: 0;
  padding-top: 10px;
  width: 100%;
}
}

.list_inner .body .headline {
  display: table;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.list_inner .body .headline { display: block; }
}

.list_inner .body .headline .headline_inner {
  display: table-cell;
  font-size: 15px;
  font-weight: 700;
  height: 2.5em;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 667px) {
.list_inner .body .headline .headline_inner {
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.2;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list_inner .body .headline .headline_inner {
  font-size: 14px;
  line-height: 1.2;
}
}

.category-list .list_inner:hover .body .headline .headline_inner { color: #1a5098; }

.list_inner .body .headline .headline_inner .size-nation {
  display: block;
  font-size: 16px;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 667px) {
.list_inner .body .headline .headline_inner .size-nation {
  font-size: 12px;
  margin: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list_inner .body .headline .headline_inner .size-nation { font-size: 14px; }
}

.list_inner .body .sentence {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.list_inner .body .sentence {
  font-size: 11px;
  line-height: 1.3;
  margin: 0.2em 0 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.list_inner .body .sentence {
  font-size: 13px;
  line-height: 1.5;
  margin: 0.5em 0 0;
}
}

.product-category-keyvisual {
  display: block;
  height: auto;
  margin-bottom: 60px;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-category-keyvisual { margin-bottom: 20px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-keyvisual {
  margin-bottom: 30px;
  max-width: 100%;
}
}

.product-category-read-text {
  font-size: 16px;
  line-height: 2;
  margin: 1em 0 0;
}
@media screen and (max-width: 667px) {
.product-category-read-text {
  font-size: 13px;
  line-height: 1.7;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-read-text {
  font-size: 14px;
  line-height: 1.7;
}
}

.product-category-headline-frame {
  align-items: center;
  background-color: #1a5198;
  display: flex;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-category-headline-frame { height: 30px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-headline-frame { height: 40px; }
}

.product-category-headline-frame-inner {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 15px;
}
@media screen and (max-width: 667px) {
.product-category-headline-frame-inner {
  font-size: 14px;
  padding-left: 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-headline-frame-inner {
  font-size: 15px;
  padding-left: 10px;
}
}
@media all and (-ms-high-contrast: none) {
.product-category-headline-frame-inner { padding-top: .4em; }
}

.product-category-headline-frame-inner.icon-exclamation {
  background-image: url(/html/user_data/category/product-list/quick/headline-frame-icon-exclamation.png);
  background-position: left 16px top 2px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 42px;
}
@media screen and (max-width: 667px) {
.product-category-headline-frame-inner.icon-exclamation {
  background-position: left 6px top 2px;
  background-size: 14px 14px;
  padding-left: 22px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-headline-frame-inner.icon-exclamation { background-position: left 6px top 3px; }
}
@media all and (-ms-high-contrast: none) {
.product-category-headline-frame-inner.icon-exclamation {
  background-position: left 10px top 6px;
  padding-left: 32px;
}
}


.product-category-frame {
  background-color: #fafbff;
  margin-bottom: 65px;
  padding: 20px 40px 25px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-category-frame {
  margin-bottom: 30px;
  padding: 15px 10px 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-frame {
  margin-bottom: 40px;
  padding: 15px 25px 20px;
}
}

.supplement-list-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.supplement-list {
  font-size: 15px;
  line-height: 1.4;
  margin: .5em 0 0 !important;
  padding: 0 0 0 1.1em;
  position: relative;
}
@media screen and (max-width: 667px) {
.supplement-list { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.supplement-list { font-size: 14px; }
}

.supplement-list:before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.supplement-list-wrap .supplement-list { margin-top: 0; }

.product-category-sentence {
  font-size: 15px;
  line-height: 2;
  margin: 1em 0 0;
  padding: 0;
}
@media screen and (max-width: 667px) {
.product-category-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-sentence {
  font-size: 14px;
  line-height: 1.5;
}
}

.product-category-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #1a5198;
  border-radius: 15px;
  display: inline-flex;
  height: 30px;
  margin-top: 1em;
  position: relative;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.product-category-button {
  border-radius: 13px;
  display: flex;
  height: 25px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-button {
  border-radius: 14px;
  height: 25px;
}
}

.product-category-button:hover {
  background-color: #1a5198;
  text-decoration: none;
}

.product-category-button:before,
.product-category-button:after {
  border-radius: 2px;
  content: '';
  background-color: #1a5198;
  display: block;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.product-category-button:hover:before,
.product-category-button:hover:after { background-color: #fff; }

.product-category-button:before {
  right: 24px;
  transform: rotate(45deg);
}
.product-category-button:after {
  right: 18px;
  transform: rotate(-45deg);
}

.product-category-button-inner {
  color: #064290;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 50px 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-category-button-inner {
  font-size: 14px;
  padding: 0 50px 0 20px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-button-inner {
  font-size: 14px;
  padding: 0 50px 0 20px;
}
}
@media all and (-ms-high-contrast: none) {
.product-category-button-inner { padding-top: 6px; }
}

.product-category-button:hover .product-category-button-inner { color: #fff; }

.caregory-list-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 667px) {
.caregory-list-headline {
  font-size: 16px;
  line-height: 1.3;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.caregory-list-headline {
  font-size: 16px;
  line-height: 1.3;
}
}

.product-category-footer-contents {
  background-color: #fafbff;
  border-bottom: 4px solid #1a5198;
  border-top: 8px solid #1a5198;
  padding: 80px 65px;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.product-category-footer-contents {
  border-bottom-width: 2px;
  border-top-width: 4px;
  padding: 40px 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-footer-contents {
  border-bottom-width: 2px;
  border-top-width: 4px;
  padding: 40px 20px;
  width: 100%;
}
}

.product-category-footer-contents.bg-exclamation {
  background-image: url(/html/user_data/category/product-list/quick/bg-icon-exclamation.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 124px 148px;
}
@media screen and (max-width: 667px) {

}
.product-category-footer-contents.bg-exclamation {

}

.product-category-footer-contents-headline {
  color: #1a5198;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 667px) {
.product-category-footer-contents-headline { font-size: 18px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-footer-contents-headline { font-size: 22px; }
}

.product-category-footer-contents-large-heading {
  color: #1a5198;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 65px;
}
@media screen and (max-width: 667px) {
.product-category-footer-contents-large-heading {
  font-size: 16px;
  margin-top: 30px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-footer-contents-large-heading {
  font-size: 18px;
  margin-top: 30px;
}
}

.product-category-footer-contents-sentence {
  font-size: 15px;
  line-height: 1.6;
  margin: 1em 0 0;
}
@media screen and (max-width: 667px) {
.product-category-footer-contents-sentence {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-footer-contents-sentence {
  font-size: 14px;
  line-height: 1.5;
}
}

.product-category-footer-contents-color { color: #1a5198; }

.product-category-table {
  border-left: 1px solid #1a5198;
  border-top: 1px solid #1a5198;
  margin: 30px 0 0;
}
@media screen and (max-width: 667px) {
.product-category-table { margin: 20px 0 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-table { margin: 20px 0 0; }
}

.product-category-table-caption {
  color: #1a5198;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 10px;
}
@media screen and (max-width: 667px) {
.product-category-table-caption { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-table-caption { font-size: 14px; }
}

.product-category-th,
.product-category-td {
  border-bottom: 1px solid #1a5198;
  border-right: 1px solid #1a5198;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  width: 114px;
}
@media screen and (max-width: 667px) {
.product-category-th,
.product-category-td { width: 100px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-th,
.product-category-td { width: 100px; }
}

.product-category-th {
  background-color: #1a5198;
  color: #fff;
  height: 25px;
}
@media screen and (max-width: 667px) {
.product-category-th { height: 25px; }
}

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

.product-category-td {
  background-color: #fff;
  color: #1a5198;
  height: 66px;
  padding: 5px;
}
@media screen and (max-width: 667px) {
.product-category-td { height: 66px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-td { height: 66px; }
}

.product-category-footer-contents-text-link {
  border-bottom: 1px solid #1a5198;
  color: #1a5198;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1em;
  padding: 0 3em .5em 0;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.product-category-footer-contents-text-link { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-category-footer-contents-text-link { font-size: 14px; }
}
@media all and (-ms-high-contrast: none) {
.product-category-footer-contents-text-link { padding-top: 6px; }
}

.product-category-footer-contents-text-link:after {
  color: #1a5198;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: .2em;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
.product-category-footer-contents-text-link:after { top: .3em; }
}

.product-category-footer-contents-text-link:hover {
  opacity: .7;
  text-decoration: none;
}


/* reset */
.main__content--free { border: none; }

@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pc-only { display: none; }
}



/*GOODSMONSTER STYLE*/
.ec-select select{
background-color: #fff !important;border-radius: 4px;color: #0664dd;
border: 2px solid #0664dd; }
.ec-select select{background:#fff ;position: relative;}

.product__list .ec-productRole__actions input[type='number']{ 
  padding: 3px 5px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #0664dd;
  border-radius: 4px;
  outline: none; 
}
.product__list .ec-productRole__actions input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #0664dd;
}


.product__list{margin-bottom:50px;}
.article-header{background-color:#8adaf9;padding-bottom:0;border-radius: 0 0 45px 45px;}
.products-list-name{color: #0664DE;}
@media screen and (min-width: 1600px) {
.main__content {
    margin-left: 24px;
    }
}
@media screen and (min-width: 992px) {
.main__content {
    margin-left: 25px;
}
}
.article-header-introduction-sentence{color: #0664DE;}
.ec-searchnavRole__infos{margin:30px auto;}
.main__content--free{position:relative;padding:0;margin: 0;}
.main__content--free h1{
    margin: 0;
    width: 100%;
    height: 286px;
    background:url(/html/plugin/Exp/assets/img/list/list_tit_bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #0664DE;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 160px 0 0 0;
    text-align: center;
     }
.product-category,.column-main,.main__content--free_inner{ background-color:#8adaf9; border-radius: 0 0 45px 45px; padding:10px 30px;}
.product-category p,.column-main p,.main__content--free_inner,.main__content--free_inner p{color: #0664DE; text-align:center;}
@media only screen and (max-width: 768px) {
    .product-category,.column-main,.main__content--free_inner{padding:10px;}
     .main__content--free h1{background-size: contain;height: 190px;}
}
@media only screen and (max-width: 991px) {
    .main__content--free h1{padding: 40px 0 0 0;}
}