

@media screen and (max-width: 767px) {
  .kv_image {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
}


.introduction {
  background: linear-gradient(to bottom, #fff, #FFF296);
  padding-top: 64px;
  padding-bottom: 16px;
  position: relative;
  z-index: 0;
}
.introduction:before {
  background-image: url(/content/dam/shc/jp/cinal/img/cinal-c/introduction_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 385px;
  width: 340px;
  z-index: -1;
}
.introduction .introduction_text {
  text-align: center;
}
.introduction .introduction_text p {
  font-size: 16px;
  line-height: 2;
}
.introduction .introduction_text p + p {
  margin-top: 16px;
}
.introduction .introduction_text .text_note {
  color: #746F6D;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction .inner {
    padding-block: 60px !important;
  }
  .introduction:before {
    top: 35px;
    height: 318px;
    width: 280px;
  }
  .introduction .introduction_text p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .introduction .introduction_text .text_note {
    font-size: 10px;
    text-align: left;
  }
}



/* lineup */
.lineup .section_title {
  font-size: 28px !important;
  line-height: 1.5 !important;
}
.lineup .lineup_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px !important;
}
/*
.lineup .lineup_detail_item {
  width: 48%;
}
*/
.lineup .lineup_detail_item .lineup_image {
  margin: 0 auto;
  position: relative;
  width: 320px;
}
.lineup .lineup_detail_item .lineup_image .text-limited {
  display: block;
  position: absolute;
  top: -52px;
  right: -88px;
  width: 108px;
  z-index: 1;
}
.lineup .lineup_detail_item .button_link {
  margin: 32px auto 0;
  width: 240px;
}
.lineup .lineup_detail_item .button_link a {
  background-color: #F5D100;
  border: 1px solid #F5D100;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px;
  position: relative;
  text-align: center;
}
.lineup .lineup_detail_item .button_link a:after {
	background-image: url(/content/dam/shc/jp/cinal/img/icn_arrow_white.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 6px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 12px;
}
.lineup .lineup_detail_item .button_link a:hover {
  background-color: #fff;
  color: #F5D100;
}
.lineup .lineup_detail_item .button_link a:hover:after {
	background-image: url(/content/dam/shc/jp/cinal/img/icn_arrow_yellow.svg);
}
.lineup .block_purchase {
  margin-top: 120px;
  margin-inline: auto;
  max-width: 800px;
}
.lineup .block_purchase h3 {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  position: relative;
  text-align: center;
}
.lineup .block_purchase h3:before {
  background-color: #A38752;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
.lineup .block_purchase h3 span {
  background-color: #fff;
  display: inline-block;
  font-size: 32px;
  padding-inline: 16px;
  position: relative;
  z-index: 1;
}
.lineup .block_purchase .onlineshop_list {
  margin-top: 40px;
}
.lineup .block_purchase .onlineshop_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup .block_purchase .onlineshop_list ul li {
  height: 100px;
  width: calc(256 / 800 * 100%)
}
.lineup .block_purchase .onlineshop_list ul li.search {
  margin-top: 0;
  width: 100%;
}
.lineup .block_purchase .onlineshop_list ul li a {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #888;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.lineup .block_purchase .onlineshop_list ul li a:after {
  background-image: url(/content/dam/shc/jp/cinal/img/icn_blank_gray.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
}
.lineup .block_purchase .onlineshop_list ul li.search a {
  border-color: #8F794D;
  color: #8F794D;
  font-size: 24px;
}
.lineup .block_purchase .onlineshop_list ul li.shionogionline a img {
  width: 150px;
}
.lineup .block_purchase .onlineshop_list ul li.rakuten a img {
  width: 97px;
}
.lineup .block_purchase .onlineshop_list ul li.amazon a img {
  width: 95px;
}
.lineup .block_purchase .onlineshop_list ul li.lohaco a img {
  width: 125px;
}
.lineup .block_purchase .onlineshop_list ul li a span {
  line-height: 1;
}
.lineup .block_purchase .onlineshop_list ul li.search a span {
  display: inline-block;
  font-weight: 600;
  padding-left: 64px;
  position: relative;
}
.lineup .block_purchase .onlineshop_list ul li.search a span:before {
  background-image: url(/content/dam/shc/jp/cinal/img/icn_search_brown.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
}
.lineup .block_purchase .onlineshop_list ul li a:hover {
  opacity: 0.75;
}
.lineup .block_purchase .onlineshop_list ul li.search a:hover {
  background-color: #8F794D;
  color: #fff;
  opacity: 1;
}
.lineup .block_purchase .onlineshop_list ul li.search a:hover span:before {
  background-image: url(/content/dam/shc/jp/cinal/img/icn_search_white.svg);
}
.lineup .block_purchase .onlineshop_list ul li.search a:hover:after {
  background-image: url(/content/dam/shc/jp/cinal/img/icn_blank_white.svg);
}
@media screen and (max-width: 767px) {
  .lineup .section_title {
    font-size: 22px !important;
  }
  .lineup .lineup_detail {
    display: block;
    margin-top: 56px !important;
  }
  .lineup .lineup_detail_item .lineup_image {
    width: calc(240 / 375 * 100vw);
  }
  .lineup .lineup_detail_item .lineup_image .text-limited {
    top: calc(-40 / 375 * 100vw);
    right: calc(-40 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
  }
  .lineup .lineup_detail_item .button_link {
    margin-top: 24px;
    width: 260px;
  }
  .lineup .lineup_detail_item .button_link a {
    font-size: 16px;
  }
  .lineup .block_purchase {
    margin-top: 48px;
  }
  .lineup .block_purchase h3 {
    font-size: 18px;
    margin-inline: 16px;
  }
  .lineup .block_purchase h3 span {
    font-size: 18px;
    padding-inline: 8px;
  }
  .lineup .block_purchase .onlineshop_list {
    margin-top: 24px;
  }
  .lineup .block_purchase .onlineshop_list ul li {
    margin-top: 8px;
    height: 68px;
    width: 48.6%;
  }
  .lineup .block_purchase .onlineshop_list ul li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .lineup .block_purchase .onlineshop_list ul li.search a {
    font-size: 16px;
  }
  .lineup .block_purchase .onlineshop_list ul li.search a span {
    padding-left: 40px;
  }
  .lineup .block_purchase .onlineshop_list ul li.search a span:before {
    height: 32px;
    width: 32px;
  }
  .lineup .block_purchase .onlineshop_list ul li a:after {
    top: initial;
    transform: none;
    bottom: 8px;
    right: 8px;
  }
  .lineup .block_purchase .onlineshop_list ul li.shionogionline a img {
    width: 118px;
  }
  .lineup .block_purchase .onlineshop_list ul li.rakuten a img {
    width: 70px;
  }
  .lineup .block_purchase .onlineshop_list ul li.amazon a img {
    width: 93px;
  }
  .lineup .block_purchase .onlineshop_list ul li.lohaco a img {
    width: 113px;
  }
}



/* feature */
.feature {
  background: linear-gradient(to bottom, #FFFCE5, #FFE846);
}
.feature .section_title {
  color: #887400;
}
.feature .list_index {
  margin-top: 64px !important;
  margin-bottom: 80px;
}
.feature .list_index_item {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  position: relative;
}
.feature .list_index_item .text_number {
  background-color: #009FFF;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  line-height: 22px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  text-align: center;
  width: 110px;
}
.feature .list_index_item .text_title {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.feature .list_index_item .text_note {
  color: #746F6D;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 8px;
}
.feature .list_index_item .image-sheet {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 74px;
}
@media print, screen and (min-width: 768px) {
  .feature .list_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature .list_index_item {
    height: 234px;
    width: 48.6%;
  }
}
@media screen and (max-width: 767px) {
  .feature .list_index {
    margin-top: 32px !important;
    margin-bottom: 24px;
  }
  .feature .list_index_item {
    padding: 20px;
    min-height: 134px;
  }
  .feature .list_index_item:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .feature .list_index_item .text_title {
    font-size: 18px;
  }
  .feature .list_index_item .text_note {
    margin-top: 4px;
  }
  .feature .list_index_item .image-sheet {
    right: 24px;
    width: 51px;
  }
}


.feature .block_content + .block_content {
  margin-top: 96px;
}
.feature .block_content > h3 {
  color: #887400;
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.feature .block_content .block_body {
  margin-top: 24px;
}
.feature .block_content#feature01 .block_body {
  background-color: #fff;
  padding: 48px 64px 64px;
}
.feature .block_content#feature01 .table_ingredient .table_caption {
  font-size: 12px;
  text-align: right;
}
.feature .block_content#feature01 .table_ingredient table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-top: 4px;
  width: 100%;
}
.feature .block_content#feature01 .table_ingredient table th,
.feature .block_content#feature01 .table_ingredient table td {
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 16px;
  vertical-align: middle;
  width: 50%;
}
.feature .block_content#feature01 .table_ingredient table th {
  background-color: #FFF7D7;
  text-align: left;
}
.feature .block_content#feature01 .table_ingredient table td {
  background-color: #fff;
  text-align: center;
}
.feature .block_content#feature01 .block_detail {
  margin-top: 40px;
}
.feature .block_content#feature01 .block_detail > h4 {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  text-align: center;
}
.feature .block_content#feature01 .block_detail > h4:before {
  background-color: #A38752;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 0;
}
.feature .block_content#feature01 .block_detail > h4 span {
  background-color: #fff;
  display: table;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.feature .block_content#feature01 .block_detail > h4 + p {
  font-size: 16px;
  margin-top: 24px;
  text-align: center;
}
.feature .block_content#feature01 .ingredient_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.feature .block_content#feature01 .ingredient_detail_item {
  width: 48.56%;
}
.feature .block_content#feature01 .ingredient_detail_item .image-material {
  margin-inline: auto;
  max-width: 100%;
  width: 190px;
}
.feature .block_content#feature01 .ingredient_detail_item p + p {
  line-height: 1.7;
  margin-top: 24px;
}
.feature .block_content#feature02 .step_detail_item {
  background-color: #fff;
}
.feature .block_content#feature02 .step_detail_item:nth-of-type(n+2) {
  margin-top: 16px;
}
.feature .block_content#feature02 .step_detail_item .item_image {
  position: relative;
}
.feature .block_content#feature02 .step_detail_item .item_image .text-caption {
  background-color: #fff;
  font-size: 14px;
  line-height: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100px;
  z-index: 1;
}
.feature .block_content#feature02 .step_detail_item .item_text .text_number {
  width: 88px;
}
.feature .block_content#feature02 .step_detail_item .item_text .text_heading {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: -10px;
  margin-left: 74px;
}
.feature .block_content#feature02 .step_detail_item .item_text .text_description {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  margin-left: 74px;
}
@media print, screen and (min-width: 768px) {
  .feature .block_content#feature02 .step_detail_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .feature .block_content#feature02 .step_detail_item .item_text,
  .feature .block_content#feature02 .step_detail_item .item_image {
    width: 50%;
  }
  .feature .block_content#feature02 .step_detail_item .item_text {
    padding: 40px 56px 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .feature .block_content + .block_content {
    margin-top: 40px;
  }
  .feature .block_content > h3 {
    font-size: 26px;
  }
  .feature .block_content .block_body {
    margin-top: 16px;
  }
  .feature .block_content#feature01 .block_body {
    padding: 16px;
  }
  .feature .block_content#feature01 .block_detail {
    margin-top: 32px;
  }
  .feature .block_content#feature01 .block_detail > h4 {
    font-size: 18px;
  }
  .feature .block_content#feature01 .block_detail > h4 span {
    padding: 0 8px;
  }
  .feature .block_content#feature01 .block_detail > h4 + p {
    font-size: 14px;
    margin-top: 16px;
  }
  .feature .block_content#feature01 .table_ingredient table th,
  .feature .block_content#feature01 .table_ingredient table td {
    font-size: 14px;
    padding: 8px;
  }
  .feature .block_content#feature01 .ingredient_detail {
    margin-top: 24px;
  }
  .feature .block_content#feature01 .ingredient_detail_item {
    width: 47%;
  }
  .feature .block_content#feature01 .ingredient_detail_item:nth-of-type(n+3) {
    margin-top: 24px;
  }
  .feature .block_content#feature02 > h3 {
    letter-spacing: -0.06em;
  }
  .feature .block_content#feature02 .step_detail_item .item_image .text-caption {
    font-size: 12px;
    line-height: 30px;
    width: 84px;
  }
  .feature .block_content#feature02 .step_detail_item .item_text {
    padding: 16px;
  }
  .feature .block_content#feature02 .step_detail_item .item_text .text_number {
    width: 80px;
  }
  .feature .block_content#feature02 .step_detail_item .item_text .text_heading {
    font-size: 18px;
    margin-left: 78px;
  }
  .feature .block_content#feature02 .step_detail_item .item_text .text_description {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 16px;
    margin-left: 0;
  }
}



/* comparison */
.comparison > .inner {
  width: 1200px;
}
.comparison .comparison_table table {
  border-collapse: collapse;
  width: 100%;
}
.comparison .comparison_table table thead tr th {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-family: YuMincho, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  padding-inline: 6px;
}
.comparison .comparison_table table thead tr th.heading-ex {
  background-color: #FFF4D5;
  color: #E18200;
}
.comparison .comparison_table table thead tr th.heading-exia {
  background-color: #F3ECD8;
  color: #8F794D;
}
.comparison .comparison_table table thead tr th.heading-cinalc {
  background-color: #FEFFB9;
  color: #887400;
  border-right: none;
}
.comparison .comparison_table table thead tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.comparison .comparison_table table tbody {
  border: 1px solid #ccc;
}
.comparison .comparison_table table tbody th,
.comparison .comparison_table table tbody td {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 8px 12px;
  vertical-align: middle;
}
.comparison .comparison_table table tbody th {
  background-color: #F5F5F5;
  font-weight: bold;
  text-align: left;
}
.comparison .comparison_table table tbody th.small {
  max-width: 45px;
  min-width: 45px;
  padding: 8px;
}
.comparison .comparison_table table tbody th.small > span  {
  display: inline-block;
  font-weight: normal;
  white-space: pre;
  writing-mode: vertical-rl;
}
.comparison .comparison_table table tbody th .subtext {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.comparison .comparison_table table tbody td {
  line-height: 1.5;
  text-align: center;
}
.comparison .comparison_table table tbody .product th {
  padding: 12px;
}
.comparison .comparison_table table tbody .product th .product-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  min-height: 73px;
  text-align: center;
}
.comparison .comparison_table table tbody .product th .product-image {
  margin-top: 8px;
  text-align: center;
}
.comparison .link_skincare {
  margin-top: 120px;
  margin-inline: auto;
  width: 680px;
}
.comparison .link_skincare a {
  color: #fff;
  font-size: 18px;
  display: block;
  position: relative;
  padding-right: 40px;
}
.comparison .link_skincare_heading {
  font-weight: bold;
}
.comparison .link_skincare_image {
  position: absolute;
  width: 240px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .comparison .comparison_table table tbody th.method {
    min-width: 160px;
  }
  .comparison .link_skincare_heading {
    background: #B49864;
    border-radius: 4px;
    padding: 18px 220px 18px 32px;
    transition: 0.2s all;
  }
  .comparison .link_skincare_image {
    right: 0;
    bottom: -18px;
  }
  .comparison .link_skincare a:hover .link_skincare_heading {
    background: #8F794D;
  }
}
@media screen and (max-width: 767px) {
  .comparison .comparison_table {
    overflow: auto;
  }
  .comparison .comparison_table_inner {
    width: 960px;
  }
  .comparison .comparison_table table thead tr th {
    font-size: 12px;
  }
  .comparison .comparison_table table tbody {
    border-left-width: 2px;
  }
  .comparison .comparison_table table tbody th,
  .comparison .comparison_table table tbody td {
    font-size: 12px;
    padding: 8px;
  }
  .comparison .comparison_table table tbody .products_list_item th {
    padding: 8px;
  }
  .comparison .comparison_table table tbody .product th .product-name {
    font-size: 13px;
    min-height: 70px;
  }
  .comparison .comparison_table table tbody th.small {
    font-size: 11px;
    padding: 6px;
  }
  .comparison .comparison_table table tbody th .subtext {
    font-size: 10px;
  }
  .comparison .comparison_table table thead th:nth-of-type(1),
  .comparison .comparison_table table tbody th:nth-of-type(1) {
    position: sticky;
    left: 0;
  }
  .comparison .comparison_table table tbody th.method {
    position: sticky;
    left: 45px;
    line-height: 1.5;
  }
  .comparison .comparison_table table thead th:nth-of-type(1) {
    background-color: #fff;
  }
  .comparison .comparison_table table tbody th:nth-of-type(1):before,
  .comparison .comparison_table table tbody th:nth-of-type(1):after,
  .comparison .comparison_table table tbody th.method:before,
  .comparison .comparison_table table tbody th.method:after {
    background-color: #ccc;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 1px;
  }
  .comparison .comparison_table table tbody th:nth-of-type(1):before,
  .comparison .comparison_table table tbody th.method:before {
    left: -1px;
  }
  .comparison .comparison_table table tbody th:nth-of-type(1):after,
  .comparison .comparison_table table tbody th.method:after {
    right: -1px;
  }
  .comparison .link_skincare {
    margin-top: 48px;
    max-width: 100%;
    width: 343px;
  }
  .comparison .link_skincare a {
    background: #B49864;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 24px 187px 24px 16px;
  }
  .comparison .link_skincare_image {
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
  }
}



/* about */
.about {
  background: linear-gradient(to bottom, #F5F5F5, #ECECEC);
  margin-top: 0 !important;
  height: auto !important;
}
.about .about_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.about .about_detail .block_image {
  margin-right: -65px;
  width: 280px;
}
.about .about_detail .block_text {
  width: calc(100% - 250px);
}
.about .about_detail .block_text p {
  font-size: 18px;
  line-height: 2;
}
.about .block_history {
  margin-top: 40px;
}
.about .block_history .c-accordion-content img {
  margin: 0 auto;
  width: 715px;
}
.about .block_spec {
  background: rgba(255,255,255,0.5);
  margin-top: 40px;
  padding: 4px;
}
.about .block_spec .block_inner {
  border: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 26px;
}
.about .block_spec .block_image {
  width: 290px;
}
.about .block_spec .block_text {
  margin-left: 40px;
  width: 520px;
}
.about .block_spec .block_text > p {
  font-size: 16px;
}
.about .block_spec .block_text > .text_note {
  color: #746F6D;
  font-size: 11px;
}
@media print, screen and (min-width: 768px) {
  .about .about_detail {
    margin-top: -40px !important;
  }
}
@media screen and (max-width: 767px) {
  .about .about_detail {
    display: block;
  }
  .about .about_detail .block_image {
    margin: 0 auto;
    width: 58%;
  }
  .about .about_detail .block_text {
    margin-top: 24px;
    width: auto;
  }
  .about .about_detail .block_text p {
    font-size: 14px;
    line-height: 1.7;
  }
  .about .block_history {
    margin-top: 24px;
  }
  .about .block_history .c-accordion-content img {
    width: 100%;
  }
  .about .block_spec {
    margin-top: 24px;
  }
  .about .block_spec .block_inner {
    padding: 16px;
  }
  .about .block_spec .block_image {
    width: 100%;
  }
  .about .block_spec .block_text {
    margin-left: 0;
    width: auto;
    margin-top: 16px;
  }
  .about .block_spec .block_text > p {
    font-size: 14px;
  }
}


/* onlineshop */
@media print, screen and (min-width: 768px) {
  .onlineshop .onlineshop_list {
    width: 800px;
  }
  .onlineshop .onlineshop_list ul li {
    width: 32%;
  }
}


/* products */
.products .products_list_item .image img {
	height: 243px;
	width: auto;
}
@media screen and (max-width: 767px) {
  .products .products_list_item .image {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .products .products_list_item .image img {
    height: 160px;
  }
}