﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/
 * File name: contents.css
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * home
 * ========================================
 */

#home {
}

[class*="title_index"] {
  text-align: center;
}

.title_index_main {
  margin-bottom: 50px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.title_index_sub {
  margin-bottom: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.title_index_sub:after {
  display: block;
  width: 80px;
  height: 2px;
  margin: 12px auto 0;
  background-color: #000;
  content: "";
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .title_index_main {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .title_index_sub {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .title_index_sub:after {
    width: 40px;
    margin-top: 4px;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/**
	 * sectionHeroIndex
	 * ----------------------------------
	 */
.sectionHeroIndex {
}

.sectionHeroIndex .itemHero {
  position: relative;
}
.sectionHeroIndex .itemHero img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.sectionHeroIndex .itemHero a {
  display: block;
}
.sectionHeroIndex .itemHero a:hover img {
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
}
.sectionHeroIndex .itemHero a.hoverOpacity:hover {
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  -moz-opacity: 0.85;
  opacity: 0.85;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionHeroIndex {
    margin-bottom: 35px;
    border-bottom: 1px solid #e3e3e3;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionHeroIndex {
    margin-bottom: 60px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionHeroIndex {
    margin-bottom: 70px;
  }
}

/* slider */
/*.slick-slider { margin-bottom: 30px; }*/
.slick-dots {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .slick-dots {
    bottom: 20px;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-dots li button {
    margin-top: -3px;
    margin-left: -3px;
    border: 3px solid #c8c8c8;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus,
  .slick-dots li.slick-active button {
    margin-top: -4px;
    margin-left: -4px;
    padding: 2px;
    border: 2px solid #c8c8c8;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .slick-dots {
    bottom: 0;
    height: 60px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.25))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
  }
  .slick-dots li {
    margin: 0 10px;
    margin-top: 30px;
  }
  .slick-dots li button {
    margin-top: -4px;
    margin-left: -4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus,
  .slick-dots li.slick-active button {
    margin-top: -5px;
    margin-left: -5px;
    padding: 3px;
    border: 2px solid #fff;
  }
}

/**
	 * sectionProductsIndex
	 * ----------------------------------
	 */
.sectionProductsIndex {
  margin-bottom: 50px;
}
.sectionProductsIndexTitle {
  margin-bottom: 70px;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionProductsIndexTitle {
    margin-bottom: 34px;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/* [ sectionPickupList ]
		------------------------------ */
.sectionPickupList {
}

/* sectionProductList */
.sectionProductList.js-carousel .itemList {
  float: none;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionPickupList {
    margin-bottom: 35px;
  }
  .sectionPickupList .l-inner {
    margin: 0;
  }

  /* sectionProductList */
  .sectionProductList.js-carousel .itemList {
    margin: 0 5px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionPickupList {
    margin-bottom: 50px;
  }

  /* sectionProductList */
  .sectionProductList.js-carousel {
    margin: 0 -15px;
  }
  .sectionProductList.js-carousel .itemList {
    margin: 0 15px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionPickupList {
    margin-bottom: 80px;
  }
  /* sectionProductList */
  .sectionProductList.js-carousel {
    margin: 0 -20px;
  }
  .sectionProductList.js-carousel .itemList {
    margin: 0 20px;
  }
}

/* carousel */
.js-carousel .slick-loading .slick-list {
  background: #fff url("https://www.albion-cosmetics.com/css/src/region/common/pc/common/loader.gif") center
    center no-repeat;
}
.js-carousel .slick-prev,
.js-carousel .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.js-carousel .slick-prev {
  background-image: url(../image/arrow-left.png);
}
.js-carousel .slick-next {
  background-image: url(../image/arrow-right.png);
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .js-carousel .slick-prev {
    left: -15px;
  }
  .js-carousel .slick-next {
    right: -15px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .js-carousel .slick-prev {
    left: -40px;
  }
  .js-carousel .slick-next {
    right: -40px;
  }
}

/* [ sectionIconMenu ]
		------------------------------ */
.sectionIconMenu {
}

.sectionIconMenu .itemMenu {
}
.sectionIconMenu .itemMenu a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.sectionIconMenu .itemMenu a:before {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 3px solid #fff;
  content: "";
}
.sectionIconMenu .itemMenu .itemName {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 0.6em 0;
  background-color: #fff;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}
.sectionIconMenu .itemMenu .itemImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.sectionIconMenu .itemMenu .itemImage img {
  width: 100%;
  height: auto;
}

.sectionIconMenu .itemMenu a:hover .itemImage {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionIconMenu {
    margin-bottom: 50px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionIconMenu {
    margin-bottom: 100px;
  }
  .sectionIconMenu .itemMenu {
    float: left;
    width: 20%;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/**
	 * sectionAboutIndex
	 * ----------------------------------
	 */
.sectionAboutIndex {
  margin-bottom: 60px;
}

/* [ sectionAboutMenu ]
		------------------------------ */
.sectionAboutMenu {
  position: relative;
}
.sectionAboutMenu .itemMenu {
}
.sectionAboutMenu .itemMenu a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 52%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.sectionAboutMenu .itemMenu:first-child a {
  padding-top: 100%;
}
.sectionAboutMenu .itemName {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.6em 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
}
.sectionAboutMenu .itemImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sectionAboutMenu .itemImage img {
  width: 100%;
  height: auto;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionAboutMenu .itemMenu {
    margin-bottom: 15px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionAboutMenu .itemMenu {
    float: right;
  }
  .sectionAboutMenu .itemMenu:first-child {
    float: left;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionAboutMenu .itemMenu {
    width: 47%;
  }
  .sectionAboutMenu .itemMenu:first-child {
    width: 51.5%;
  }
  .sectionAboutMenu .itemMenu:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionAboutMenu .itemMenu {
    width: 440px;
    margin-bottom: 10px;
  }
  .sectionAboutMenu .itemMenu:first-child {
    width: 470px;
  }
}

/**
	 * sectionNewsIndex
	 * ----------------------------------
	 */
.sectionNewsIndex {
  border-top: 1px solid #ddd;
  background-color: #f2f2f2;
}

.boxBtnMore {
  text-align: center;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionNewsIndex {
    padding: 35px 0 60px;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionNewsIndex {
    padding: 70px 0 80px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionNewsIndex {
    padding: 70px 0 100px;
  }
  .boxBtnMore {
    padding-top: 20px;
  }
}

/* [ sectionNewsList ]
		------------------------------ */
.sectionNewsList {
}
.sectionNewsList .itemList {
  position: relative;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.sectionNewsList .itemList a {
  display: table-row;
  text-decoration: none;
}
.sectionNewsList .itemImage,
.sectionNewsList .itemText {
  display: table-cell;
  vertical-align: middle;
}

.sectionNewsList .itemImage {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionNewsList .itemText {
  letter-spacing: 0.05em;
  vertical-align: baseline;
}
.sectionNewsList .itemCat {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  background-color: #000;
  color: #fff;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
.sectionNewsList .itemDate {
  color: #c8c8c8;
}
.sectionNewsList .itemTitle {
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
}
.sectionNewsList .itemSummary {
  color: #646464;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionNewsList .itemList {
    margin-bottom: 15px;
  }

  .sectionNewsList .itemImage {
    width: 108px;
    padding-top: 108px;
  }
  .sectionNewsList .itemText {
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .sectionNewsList .itemCat {
    top: 15px;
    right: 15px;
    width: 70px;
  }
  .sectionNewsList .itemDate {
    margin-bottom: 0.7em;
    line-height: 1.35;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionNewsList .itemList {
    float: left;
  }
  .sectionNewsList .itemList:nth-child(2n) {
    margin-right: 0;
  }

  .sectionNewsList .itemText {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sectionNewsList .itemDate {
    margin-bottom: 0.8em;
    line-height: 1.25;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionNewsList .itemList {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }

  .sectionNewsList .itemImage {
    width: 118px;
    padding-top: 118px;
  }
  .sectionNewsList .itemText {
    padding: 20px;
  }
  .sectionNewsList .itemCat {
    top: 20px;
    right: 20px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionNewsList .itemList {
    width: 440px;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .sectionNewsList .itemImage {
    width: 138px;
    padding-top: 138px;
  }
  .sectionNewsList .itemText {
    padding: 20px 30px;
  }
  .sectionNewsList .itemCat {
    top: 20px;
    right: 30px;
  }
}

/**
	 * sectionContactIndex
	 * ----------------------------------
	 */
.sectionContactIndex {
  border-top: 1px solid #ddd;
}

.sectionContactIndex .itemTitle {
  color: #c8c8c8;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.sectionContactIndex .itemTel {
  color: #000;
  font-family: "OptimaLTPro-Roman", Optima, Calibri, Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
}
.sectionContactIndex .itemTel a {
  color: #000;
  text-decoration: none;
}
.sectionContactIndex .itemNote {
  color: #646464;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionContactIndex {
    padding: 30px 0 40px;
  }

  .sectionContactIndex .itemTitle {
    font-size: 1rem;
  }
  .sectionContactIndex .itemTel {
    font-size: 3rem;
  }
  .sectionContactIndex .itemNote {
    font-size: 1rem;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionContactIndex {
    padding: 60px 0 80px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionContactIndex {
    padding: 80px;
  }
}

/* [ areaContactBtn ]
		------------------------------ */
.areaContactBtn {
}
.areaContactBtn .itemBtn {
}
.areaContactBtn .itemBtn a {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #282828;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .areaContactBtn .itemBtn {
    margin-bottom: 10px;
  }
  .areaContactBtn .itemBtn a {
    padding: 0.5em 0 0.8em;
    line-height: 1.3;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .areaContactBtn .itemBtn {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .areaContactBtn .itemBtn:nth-child(2n) {
    margin-right: 0;
  }
  .areaContactBtn .itemBtn a {
    padding: 15px 0 20px;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .areaContactBtn {
    float: left;
    width: 300px;
  }
  .areaContactBtn .itemBtn {
    margin-bottom: 20px;
  }
  .areaContactBtn .itemBtn a {
    display: table-cell;
    width: 300px;
    height: 80px;
    vertical-align: middle;
  }
}

/* [ sectionContactUs ]
		------------------------------ */
.sectionContactUs {
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.sectionContactUs .boxContactTel {
}

.sectionContactUs .areaContactUsBtn {
  border-top: 1px solid #e3e3e3;
  background-color: #f2f2f2;
}
.sectionContactUs .areaContactUsBtn .btn {
  border: 1px solid #e3e3e3;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionContactUs {
    margin-bottom: 12px;
  }

  .sectionContactUs .boxContactTel {
    padding: 0.8em 0 1em;
    line-height: 1.8;
  }
  .sectionContactUs .boxContactTel img {
    width: 90%;
    max-width: 260px;
    height: auto;
  }

  .sectionContactUs .areaContactUsBtn {
    padding: 15px 15px 10px;
  }
  .sectionContactUs .areaContactUsBtn .btn {
    margin-bottom: 5px;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionContactUs .boxContactTel {
    line-height: 1;
  }
  .sectionContactUs .boxContactTel .itemTitle {
    display: inline-block;
    margin-bottom: 0.5em;
  }

  .sectionContactUs .areaContactUsBtn .btn {
    float: left;
    display: block;
  }
  .sectionContactUs .areaContactUsBtn .btn:nth-child(2n) {
    margin-right: 0;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionContactUs {
    margin-bottom: 35px;
  }

  .sectionContactUs .boxContactTel {
    padding: 18px 0 24px;
  }
  .sectionContactUs .boxContactTel img {
    width: 360px;
    height: auto;
  }

  .sectionContactUs .areaContactUsBtn {
    padding: 1.5%;
  }
  .sectionContactUs .areaContactUsBtn .btn {
    width: 49%;
    margin-right: 2%;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionContactUs {
    float: right;
    width: 600px;
    margin-bottom: 40px;
  }

  .sectionContactUs .boxContactTel {
    display: table-cell;
    width: 598px;
    height: 117px;
    vertical-align: middle;
  }

  .sectionContactUs .areaContactUsBtn {
    padding: 10px 10px 0;
  }
  .sectionContactUs .areaContactUsBtn .btn {
    width: 284px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 38px;
  }
}

/* [ sectionContactFreeText ]
		------------------------------ */
.sectionContactFreeText {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.sectionContactFreeTextTitle {
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sectionContactFreeTextContent {
  color: #a0a0a0;
  letter-spacing: 0.03em;
}
.sectionContactFreeTextContent p + p {
  margin-top: 1em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}
