@charset "UTF-8";
/* CSS Document */

.l-main__container {
  padding-top: 4rem !important;
}

/* 見出し
---------------------------------------- */
.c-ttl--common,
.c-ttl--common-margin {
  background: #00003e url(https://sleep.itembox.design/item/basic/bg-ttl_h1.jpg);
  height: 300px;
  text-align: center;
  position: relative;
  width: 100%;
}

.c-ttl--common,
.c-ttl--common-margin {
  margin: 0;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.4rem;
}

.c-ttl--common-margin {
  margin: 0 0 80px 0;
}

.c-ttl--common-margin span {
  font-size: 1.8rem;
  display: block;
  padding-top: 2rem;
}

.c-ttl--l {
  margin: 0 0 80px 0;
  text-align: center;
  background: black;
  line-height: 0;
}

.c-ttl--l__sub {
  margin: 0 auto 80px auto;
  text-align: center;
  max-width: 800px;
}

.c-ttl--l__sub p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 20px;
}

.c-ttl--l__sub .c-description {
  font-size: 1rem;
  text-align: left;
}

.c-ttl--m {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.c-ttl--s {
  max-width: 1200px;
  padding-bottom: 30px;
  margin: 30px auto;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #5a463c;
}

.c-ttl--s-no-line {
  margin: 30px auto;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}

.message-card .c-ttl--s-no-line {
  margin-top: 0;
  margin-bottom: 10px;
}

.c-ttl--xs {
  max-width: 1000px;
  margin: 100px auto 0px auto;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}

.c-ttl--xxs {
  max-width: 1000px;
  margin: 50px 0 20px 0;
  border-left: 10px solid #f05000;
  padding: 0 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.size .c-ttl--xxs {
  margin-top: 10px;
}

.c-frame--select .c-ttl--xxs {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  border: none;
  line-height: 1.8;
}

.c-frame--select .product-link p:first-child {
  margin: 0;
  float: left;
  font-size: 2.4rem;
  line-height: 1.6;
}

.c-frame--select .product-link p:first-child span {
  font-size: 1.6rem;
  margin-left: 5px;
}

.c-frame--select .product-link p:last-child {
  margin: 0;
  float: right;
}

.c-leadcopy {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-top: 20px !important;
}

.c-inner p,
.c-inner800 p {
  margin-top: 0;
  margin-bottom: 30px;
}

.in_itempage_links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

.in_itempage_links img {
  width: 100%;
}

.in_itempage_links .one_row {
  width: 100%;
  margin: 0 auto 2vw;
  font-size: 2.6rem;
  color: #4169e1;
  line-height: 1.5em;
}

.in_itempage_links .two_row {
  width: 48%;
  margin: 0 auto 2vw;
  padding: 0;
  color: #5a463c;
  line-height: 1.5em;
}

.in_itempage_links a {
  color: #5a463c;
  text-decoration: none;
}

/*スマホ用*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl--common {
    height: 200px;
  }
  .c-ttl--l {
    background: black;
  }
  .c-ttl--l img {
    max-width: 90%;
  }
  .c-ttl--l__sub {
    margin: 0 auto 40px auto !important;
    max-width: 80%;
  }
  .c-ttl--xxs {
    margin: 40px 0 20px 0;
  }
  .c-ttl--common,
  .c-ttl--common-margin {
    height: 200px;
  }
  .c-ttl--common img,
  .c-ttl--common-margin img {
    width: 35% !important;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl--common,
  .c-ttl--common-margin {
    font-size: 2.7rem;
    line-height: 1;
    height: 100px;
  }
  .c-ttl--common-margin {
    margin-bottom: 40px;
  }
  .c-ttl--common-margin span {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .c-ttl--l {
    font-size: 2.7rem;
    margin: 0 0 60px 0;
    height: auto;
  }
  .c-ttl--l__sub {
    margin: 0 5% 40px 5%;
  }
  .c-ttl--l__sub p {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .c-ttl--l__sub .c-description {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .c-ttl--m {
    margin-bottom: 20px !important;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-ttl--s {
    font-size: 1.2rem;
    padding-bottom: 15px;
  }
  .c-ttl--s-no-line {
    font-size: 1.2rem;
    margin: 0 auto 30px auto !important;
  }
  .message-card .c-ttl--s-no-line {
    margin: 20px auto 10px auto !important;
  }
  .c-ttl--xs {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  .c-ttl--xxs {
    margin-top: 0;
    font-size: 1.1rem;
    margin: 0px 0 10px 0;
  }
  .c-frame--select .c-ttl--xxs {
    text-align: center !important;
    font-size: 1.8rem;
    padding: 0;
  }
  .c-ttl--s,
  .c-ttl--xs,
  .c-ttl--xs--bg {
    margin: 50px auto 20px auto;
  }
  .c-ttl--xs,
  .c-ttl--xs--bg span {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
/* リスト
---------------------------------------- */
ol.directions {
  width: 80%;
  margin: auto;
}

ol.directions li {
  color: #a08c78;
  line-height: 1.8;
}

ol.directions li span {
  color: #5a463c;
}

ul.nayami-products {
  padding-left: 0;
}

.c-list--arrow {
  max-width: 850px;
  margin: 0 auto 30px auto;
  padding-left: 30px;
}

.c-list--arrow li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.c-list--arrow li:before {
  content: url(../images/component/icon-arrow_r.svg);
  padding-right: 5px;
}

.c-list--number {
  max-width: 850px;
  margin: 0 auto 30px auto;
  padding-left: 30px;
}

.c-list--number li {
  list-style-type: none;
  counter-increment: number;
  text-indent: -1em;
  padding-left: 1.5em;
}

.c-list--number li:before {
  content: counter(number) ". ";
  font-weight: bold;
  color: #a08c78;
}

.c-list--link {
  max-width: 850px;
  margin: 0 auto 30px auto;
  padding-left: 30px;
}

.c-list--link li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.c-list--link li:before {
  content: url(../images/component/icon-list_link.svg);
  padding-right: 5px;
}

.c-list--definition {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.c-list--definition dt {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-list--definition dd {
  line-height: 2.4;
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: 0px;
}

p + .c-list--arrow,
p + .c-list--number,
p + .c-list--link,
.c-list--arrow + p,
.c-list--number + p,
.c-list--link + p {
  margin-top: 30px;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-list--arrow,
  .c-list--number,
  .c-list--link {
    padding-left: 0px;
  }
  .c-leadcopy {
    font-size: 1.1rem !important;
    margin: 10px auto 20px auto !important;
  }
  ol.directions {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  ul.nayami-products {
    padding-left: 0;
  }
  ul.size li:last-child {
    margin-top: 30px;
  }
  .in_itempage_links .one_row {
    margin: 0 auto 5vw;
    font-size: 3vw;
  }
  .in_itempage_links .two_row {
    margin: 0 auto 5vw;
    font-size: 3vw;
  }
}
/* アイコン
 ---------------------------------------- */
.c-icon--external:after {
  content: url(../images/component/icon-link_external.svg);
  padding-left: 5px;
}

.c-icon--download:before {
  content: url(../images/component/icon-link_download.svg);
  padding-right: 5px;
}

/* 表
 ---------------------------------------- */
.c-table {
  width: 100%;
  border-collapse: collapse;
}

.c-table th,
.c-table td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.c-table td:last-child {
  padding: 2em 1.5em;
}

.c-table th {
  background: #003c96;
  text-align: center;
  border: #fff 2px solid;
  white-space: nowrap;
  color: white;
  padding: 1.5em;
}

.c-table td {
  border: #d7d2c8 2px solid;
  color: #5a463c;
  background: #f5f5f5;
}

p + .c-table,
p + .c-table__scroll {
  margin-top: 1em;
}

.c-table__scroll {
  overflow-x: scroll;
}

.c-table__scroll .c-table {
  width: 1200px;
}

.c-table__scroll .c-table td:first-child {
  white-space: nowrap;
  background: #fff;
  font-weight: bold;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-table th {
    white-space: normal;
  }
  .c-table th:last-child,
  .c-table td:last-child {
    padding: 1em 1em;
  }
  .c-table__responsive {
    width: auto;
  }
  .c-table__responsive tr,
  .c-table__responsive th,
  .c-table__responsive td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0;
    border: none;
  }
  .c-table__scroll .c-table {
    width: 150%;
  }
  .c-table__scroll .c-table td:first-child {
    white-space: normal;
  }
  .c-table__scroll .c-table tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    max-width: 20%;
  }
  .c-table__scroll .c-table tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    max-width: 20%;
  }
}
/* レイアウト
 ---------------------------------------- */
.c-inner {
  max-width: 1200px;
  margin: 0 auto 60px auto;
}

.c-inner800 {
  max-width: 800px;
  margin: 0 auto 80px auto;
}

.c-inner p {
  margin: 0 auto 30px auto;
}

.c-inner .c-ttl--m {
  text-align: center !important;
  margin-bottom: 40px;
}

.w-800 {
  width: 800px;
  margin: 60px auto;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-inner,
  .c-inner800 {
    margin: 60px auto 20px;
    padding: 0 1.5rem;
  }
  .c-inner p {
    max-width: 1000px;
    margin: 0 auto 20px auto;
  }
  .w-800 {
    width: auto;
    margin: 40px auto;
  }
  .image-box {
    margin-bottom: 30px;
  }
  .fs-l-main {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl--m {
    margin-bottom: 20px !important;
  }
  .w-800 {
    width: auto;
  }
  .c-inner,
  .c-inner800 {
    margin: 60px 60px 20px 60px;
    width: calc(100% - 120px);
  }
  .c-inner800 {
    max-width: 800px;
  }
}
/* カラム
 ---------------------------------------- */
.c-row,
.c-col--two,
.c-col--three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 60px auto;
  padding: 0;
}

.c-row {
  max-width: 850px;
}

.c-inner .c-col--three {
  margin: 0 auto 20px auto;
}

.c-col--two::after {
  content: "";
  display: block;
  width: 47%;
}

.c-col--three::after {
  content: "";
  display: block;
  width: 29%;
}

.c-col--two li,
.c-col--three li {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
}

.c-col--two li p,
.c-col--three li p {
  margin-top: 0;
}

.c-col--two li {
  width: 48%;
}

.c-col--three li {
  width: 32%;
}

.c-image {
  max-width: 800px;
  line-height: 0;
  text-align: center;
}

.image-box-full {
  display: flex;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  justify-content: center;
}

.image-box-full > div:first-child {
  margin-right: 5px;
}

.image-box {
  display: flex;
}

.image-box div {
  display: block;
  margin: 0 8px;
}

.image-box p {
  margin-bottom: 0;
}

.c-caption {
  margin: 5px 0 20px 0 !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #f05000;
  font-weight: bold;
  text-align: center;
}

.c-caption > span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #5a463c;
  font-size: 0.8rem;
  line-height: 1.8;
}

.size {
  margin-bottom: 20px;
}

.size .c-caption > span {
  text-align: left;
}

.c-link--name,
.c-image--name {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.c-col--three .c-link--name {
  text-align: left;
}

a + .c-description {
  font-size: 1.6rem;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

a .c-image,
a .c-link--name {
  transition: 0.5s;
}

a:hover .c-image,
a:hover .c-link--name {
  opacity: 0.7;
}

.c-col--two a + .c-description {
  max-width: 450px;
}

.c-col--s {
  width: 21%;
}

.c-col--l {
  width: 73%;
}

/*スマホ用*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .image-box-full > div:first-child {
    margin-right: 5px;
  }
  .c-col--three.rate {
    display: flex !important;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  .c-col--three.rate li {
    width: 32%;
  }
  .c-col--three.rate .c-image {
    width: 95% !important;
  }
  .c-col--two.question,
  .c-col--two.nayami-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-col--two.question li,
  .c-col--two.nayami-btn li {
    width: 48%;
  }
  .c-col--two.question li img,
  .c-col--two.nayami-btn li img {
    width: 100%;
  }
  .w-800 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-row,
  .c-col--two,
  .c-col--three {
    margin: 0 auto 0px auto;
  }
  .c-bg--blue .c-col--two,
  .c-bg--blue .c-col--three {
    margin: 0 auto;
  }
  .c-col--two::after {
    display: none;
  }
  .c-col--three::after {
    display: none;
  }
  .c-col--two li,
  .c-col--three li {
    margin: 0 0 15px 0 !important;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
  }
  .c-col--two li,
  .c-col--three li {
    width: 100%;
  }
  .c-col--two.question {
    text-align: center;
    margin-bottom: 10px;
  }
  .c-col--two.question img {
    width: 70%;
  }
  .c-col--three.voice li {
    text-align: center;
    margin-bottom: 40px;
  }
  .c-col--three.rate {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
  }
  .c-col--three.rate li {
    text-align: center;
  }
  .c-image {
    margin-bottom: 25px !important;
  }
  .c-caption {
    font-size: 1rem;
  }
  .c-caption > span {
    font-size: 0.8rem;
  }
  .c-col--three .c-image {
    width: 80%;
  }
  .c-col--three.rate .c-image {
    width: 60%;
  }
  .c-col--two .c-image {
    width: 100%;
  }
  .c-col--two .c-caption {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
  }
  .c-col--three .c-link--name {
    text-align: center;
  }
  .image-box-full {
    display: block;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .image-box-full > div:first-child {
    margin-right: 0px;
  }
  .image-box div {
    width: 50%;
    text-align: center;
  }
  .three-point {
    width: 80%;
  }
  .size {
    margin-bottom: 0px;
  }
  .c-col--s,
  .c-col--l {
    width: 100%;
  }
  .c-col--s img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
  .c-col--l img {
    width: 100%;
  }
}
/* ボタン
---------------------------------------- */
.c-btn--def,
.c-btn--negative,
.c-btn--simple {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 0px auto;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.c-btn--def,
.c-btn--def:visited {
  background: linear-gradient(-90deg, #f05000, #f08300);
  color: #fff;
  max-width: 600px;
  margin-top: 10px;
}

.c-btn--negative {
  background: linear-gradient(-90deg, #444, #999);
  color: #fff;
  max-width: 600px;
}

.c-btn--simple {
  background: #ebe6dc url(../images/component/icon-arrow_r.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  color: #5a463c;
  padding: 5px 30px;
  max-width: 400px;
}

.page-link-box {
  margin-bottom: 100px;
}

.page-link-box .c-btn--def {
  margin-bottom: 10px;
}

#basic-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#basic-menu a {
  display: block;
  line-height: 0;
  background: #000;
  margin-top: 10px;
}

#basic-menu picture {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

#basic-menu img:hover,
.nayami-btn img:hover {
  opacity: 0.7;
}

.nayami-btn {
  text-align: center;
}

.nayami-btn img {
  margin-bottom: 30px;
}

.u-w200 {
  width: 200px;
  margin-bottom: 20px !important;
}

/*スマホ用*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #basic-menu picture img {
    width: 90%;
  }
  .nayami-btn img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--def,
  .c-btn--negative,
  .c-btn--simple {
    margin: 0 auto 20px auto;
  }
  #basic-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  #basic-menu picture {
    margin-top: 5px;
  }
  #basic-menu picture img {
    width: 90%;
  }
  .nayami-btn img {
    margin-bottom: 0px;
  }
  .u-w200 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/* 囲みパターン
 ---------------------------------------- */
.c-frame--simple {
  display: block;
  padding: 0 0 30px 0;
  margin: 25px 0;
  text-align: center;
  border: 2px solid #5a463c;
  box-sizing: border-box;
  text-align: center;
}

.guide-box .c-frame--simple {
  border: 1px solid #d5cdc2;
}

.c-frame--simple .c-ttl--frame {
  max-width: 1000px;
  font-weight: bold;
  text-align: left;
  font-size: 1.4rem;
  background: #5a463c;
  color: white;
  height: 114px;
  padding: 0px 40px;
  line-height: 1.8;
  display: flex;
  vertical-align: middle;
  margin-bottom: 0 !important;
}

.guide-box .c-frame--simple .c-ttl--frame {
  text-align: center;
  background: none;
  color: rgb(90, 70, 60);
  height: auto;
  padding: 40px 0 0;
  display: block;
  margin-bottom: 30px !important;
}

.c-frame--simple .c-ttl--frame span.ttl {
  width: 65%;
  float: left;
  margin: auto 40px auto 0;
}

.c-frame--simple .c-ttl--frame span.dtl {
  display: table;
  font-size: 1rem;
  padding-left: 40px;
  width: 25%;
  border-left: solid 2px #78645f;
  float: right;
  margin: auto 0;
}

.c-frame--simple .c-ttl--frame + .c-description {
  color: #5a463c;
  margin: 30px 35px !important;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-frame--simple .c-btn--def {
  margin: 10px 20% 40px 20%;
  font-size: 1.2rem;
  padding: 12px;
}

.c-frame--select {
  display: block;
  padding: 0;
  margin: 25px 0;
  text-align: center;
  border: 2px solid #000;
  box-sizing: border-box;
  text-align: center;
}

.c-frame--select .c-ttl--frame {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
  background: #000;
  color: white;
  height: 150px;
  line-height: 150px;
  vertical-align: middle;
  margin: 10px;
  padding-left: 45px;
  overflow: hidden;
}

.c-frame--select .c-ttl--frame span.ttl {
  float: left;
  margin: auto 40px auto 0;
}

.c-frame--select .c-ttl--frame span.dtl {
  float: right;
  margin: auto 0;
}

.c-frame--select .c-description {
  font-size: 1.6rem;
  color: #5a463c;
  margin: 50px 60px !important;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.c-frame--select .c-description-left {
  width: 30% !important;
  margin-right: 45px !important;
}

.c-description-right {
  width: 80%;
}

.c-frame--select .c-description img {
  width: 100%;
  min-width: initial;
}

.c-frame--select .u-w280 {
  width: 280px;
}

/*スマホ用*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-ttl--frame span.dtl {
    line-height: 1.6 !important;
  }
  .c-frame--select .c-description {
    margin: 30px 40px !important;
  }
  .c-frame--select .c-description-left {
    display: inline-block;
    margin-right: 45px !important;
  }
  .c-description-right {
    width: 60%;
    display: inline-block;
  }
  .c-frame--select .c-description img {
    width: 100%;
    min-width: initial;
  }
  .c-frame--select .c-ttl--xxs,
  .c-frame--select .product-link {
    text-align: left !important;
  }
  .c-frame--select .u-w200 {
    float: left;
    margin-top: 0;
  }
  .c-frame--simple .c-ttl--frame span.ttl {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-frame--select .product-link p:first-child {
    margin-bottom: 10px;
  }
  .c-frame--simple .c-ttl--frame {
    max-width: 100%;
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    height: auto;
    padding: 30px 40px;
    line-height: 1.8;
    display: block;
    margin-bottom: 0 !important;
  }
  .c-frame--simple .c-ttl--frame span.ttl {
    width: 100%;
    float: none;
    margin: 0 0 1rem 0;
    display: block;
  }
  .c-frame--simple .c-ttl--frame span.dtl {
    display: block;
    line-height: 1.8 !important;
    padding: 0;
    width: 100%;
    border-left: none;
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-frame--line,
  .c-frame--simple {
    position: relative;
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
  }
  .c-frame--line {
    padding-bottom: 10px;
  }
  .c-ttl--frame {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  .c-ttl--frame span {
    display: block;
  }
  .c-frame--simple .c-ttl--frame {
    font-size: 1rem;
    line-height: 1.2;
    padding: 0px 20px;
  }
  .c-frame--simple .c-ttl--frame + .c-description {
    margin: 20px 25px !important;
  }
  .c-frame--simple .c-ttl--frame span.ttl {
    width: 65%;
    float: left;
    margin: auto 0.5rem auto 0 !important;
  }
  .c-frame--simple .c-ttl--frame span.dtl {
    display: table;
    font-size: 1rem;
    padding-left: 1rem !important;
    width: 35%;
  }
  .c-col--two .c-frame--simple,
  .c-col--three .c-frame--simple {
    margin-bottom: 30px;
  }
  .c-col--two .c-frame--simple .c-image,
  .c-col--three .c-frame--simple .c-image {
    width: 100%;
  }
  .c-frame--select .c-description {
    display: block;
    margin: 20px 20px !important;
    align-items: flex-start;
  }
  .c-frame--select .c-description-left {
    width: 80% !important;
    margin: auto !important;
  }
  .c-frame--select .c-description-right {
    width: 100%;
  }
  .c-frame--select .c-description img {
    margin: 0 auto 10px auto;
  }
  .c-frame--select .c-ttl--frame {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 2.4rem;
    margin: 5px;
    padding: 20px;
    height: auto;
  }
  .c-frame--select .c-ttl--frame span.ttl {
    float: none;
    margin: auto 0;
  }
  .c-frame--select .c-ttl--frame span.dtl {
    display: none;
    margin: auto 0;
  }
  .c-frame--select .product-link {
    text-align: center;
  }
  .c-frame--select .product-link p:first-child {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .c-frame--select .product-link p:first-child,
  .c-frame--select .product-link p:last-child {
    float: none;
  }
}
/* 背景パターン
 ---------------------------------------- */
.c-bg--blue,
.c-bg--blue-left,
.c-bg--blue-right {
  background-color: #eaf5f5;
}

.c-bg--blue {
  padding: 30px 0;
  margin: 0 auto 80px;
}

.c-bg--blue .c-inner,
.c-bg--blue .c-inner800,
.c-bg--blue-left .c-inner {
  margin-bottom: 0px;
  margin-top: 30px;
}

.c-bg--blue-left .c-ttl--m,
.c-bg--blue-right .c-ttl--m {
  text-align: left !important;
}

.c-bg--blue-left,
.c-bg--blue-right {
  background-color: #eaf5f5;
  margin-bottom: 80px;
  position: relative;
}

.c-bg--blue-left .c-col--two,
.c-bg--blue-right .c-col--two {
  margin-bottom: 30px;
  float: inherit;
}

.bg--blue-text-left {
  width: 50%;
  padding-left: calc(50% - 600px);
  padding-top: 40px;
  padding-right: 20px;
}

.bg--blue-text-right {
  width: 50%;
  height: auto;
  padding: 40px;
  left: 50%;
}

.bg--blue-img-left {
  max-width: 800px;
}

img.bg--blue-img-right {
  max-width: 50%;
}

img.bg--blue-img-left {
  max-width: 50%;
}

@media screen and (max-width: 1200px) {
  .bg--blue-text-left,
  .bg--blue-text-right {
    width: 90%;
    margin: 0px 5% 40px 5%;
    padding-top: 30px;
  }
  .bg--blue-text-left > .c-ttl--m,
  .bg--blue-text-right > .c-ttl--m {
    text-align: center !important;
  }
  .bg--blue-text-right {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  img.bg--blue-img-right {
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin: 40px auto 0 auto;
  }
  img.bg--blue-img-left {
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .bg--blue-text-left,
  .bg--blue-text-right {
    padding-bottom: 60px;
  }
  img.bg--blue-img-left {
    height: auto;
    object-fit: cover;
  }
  img.bg--blue-img-right {
    height: auto;
    object-fit: cover;
  }
  .bg--blue-text-right {
    width: 50%;
    height: auto;
    padding: 3rem 2rem;
    line-height: 2;
  }
}
/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-bg--blue .c-inner,
  .c-bg--blue-left .c-inner {
    margin-bottom: 20px;
  }
  .c-bg--blue .c-ttl--m {
    margin-top: 20px;
    text-align: center !important;
  }
  .c-bg--blue-right {
    margin-bottom: 40px;
  }
  .c-bg--blue-left {
    background-color: #eaf5f5;
    vertical-align: bottom;
  }
  .c-bg--blue-left .c-ttl--m {
    text-align: center !important;
  }
  .c-bg--blue-left .c-image {
    height: 100%;
    padding-top: 60%;
  }
  .c-bg--blue,
  .c-bg--blue-left {
    margin-bottom: 40px;
  }
  img.bg--blue-img-right,
  img.bg--blue-img-left {
    max-width: 100%;
    margin: 0 auto;
    align-self: flex-start;
  }
  .bg--blue-text-left {
    width: 90%;
    margin: 0px 5% 40px 5%;
    padding-top: 30px;
    padding-right: 0;
  }
  .bg--blue-text-right {
    text-align: left;
    padding-bottom: 0;
  }
}
/* 強調テキスト
 ---------------------------------------- */
.c-t--strong {
  color: #f05000;
  font-weight: bold;
}

/* お客さまの声/会社情報
 ---------------------------------------- */
.c-others {
  margin-bottom: 180px;
}

.c-others:last-of-type {
  margin-bottom: 0;
}

.c-others .c-ttl--common {
  height: 240px;
  margin-bottom: 80px;
}

.c-others .c-ttl--m {
  margin: 120px auto 60px;
}

.c-others .c-inner p,
.c-others .c-inner800 p {
  margin-bottom: 80px;
}

.c-companyPhilosophy .c-inner800 p {
  margin-bottom: 40px;
}

.c-col--three--users li {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .c-col--three--users li {
    width: 100%;
    padding: 0;
  }
  .c-others .c-ttl--common {
    height: 100px;
    margin-bottom: 60px;
  }
  .c-others .c-ttl--m {
    margin: 60px auto;
  }
  .c-others .c-inner p,
  .c-others .c-inner800 p {
    margin-bottom: 60px;
  }
  .c-companyPhilosophy .c-inner800 p {
    margin-bottom: 30px;
  }
}
/*-----------------------------------------------
商品詳細
----------------------------------------------- */
.c-p-inner {
  margin-bottom: 110px;
}

.c-p-inner p,
.c-p-inner ul {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  font-size: 1.6rem;
}

.c-p-inner p:last-child {
  margin-bottom: 0;
}

.c-p-inner ul {
  padding-left: 0;
}

.c-p-wide {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

.c-p-wide img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-p-inner {
    margin-bottom: 50px;
  }
  .c-p-inner p,
  .c-p-inner ul {
    width: 100%;
    padding: 0 5%;
  }
}
/* 背景パターン
 ---------------------------------------- */
.c-p-bg--white,
.c-p-bg--black,
.c-p-bg--blue {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 0;
}

.c-p-bg--blue {
  background: url(../images/component/bg-p-blue-L.png),
    url(../images/component/bg-p-blue-R.png), linear-gradient(#00005a, #003695);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.c-p-bg--white {
  background-color: #fff;
  background-image: url(../images/component/bg-p-white-L.png),
    url(../images/component/bg-p-white-R.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  color: #534c46;
}

.c-p-bg--black {
  background-color: #000;
  color: #fff;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-p-bg--white,
  .c-p-bg--black {
    padding: 40px 0;
  }
  .c-p-bg--blue {
    background: url(../images/component/bg-p-blue-L.png),
      linear-gradient(#00005a, #003695);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
  }
}
/* 見出し
 ---------------------------------------- */
.c-p-ttl--l {
  width: 100%;
  max-width: 1200px;
  font-size: 4.2rem;
  padding: 50px auto 40px auto;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #003c96;
  line-height: 1.7;
}

.c-p-ttl--m {
  max-width: 1200px;
  font-size: 3.2rem;
  padding-bottom: 30px;
  font-weight: normal;
  margin: 90px auto 30px;
  text-align: center;
  line-height: 1.7;
  border-bottom: 1px solid #5a463c;
}

.c-p-ttl--m:first-child {
  margin: 30px auto;
}

.c-p-bg--black .c-p-ttl--m,
.c-p-bg--blue .c-p-ttl--m {
  border-bottom: solid 1px #fff;
}

.c-p-row .c-p-ttl--m {
  text-align: left;
  margin: 0 auto 30px auto;
}

.c-p-ttl--s {
  max-width: 800px;
  font-size: 2.8rem;
  margin: 60px auto 30px auto;
  border-bottom: solid 2px #5a463c;
  padding-bottom: 20px;
  line-height: 1.7;
  font-weight: bold;
}

.c-p-ttl--xs {
  margin: 20px 0;
  border-left: 10px solid #f05000;
  padding: 0 15px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.c-p-bg--black .c-p-ttl--s,
.c-p-bg--blue .c-p-ttl--s {
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  .c-p-ttl--l {
    font-size: 2.8rem;
    padding: 35px 0 25px 0;
  }
  .c-p-ttl--m {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin: 60px auto 30px;
  }
  .c-p-ttl--s {
    font-size: 2.2rem;
    padding-bottom: 14px;
  }
}
/* テキスト
 ---------------------------------------- */
.c-p-leadcopy {
  font-size: 2.4rem !important;
  font-weight: bold;
  line-height: 1.7;
  margin: 30px 0 0;
  padding: 0;
}

.c-p-inner p.c-p-leadcopy {
  margin-bottom: 20px;
}

.c-p-caption,
.c-p-inner p.c-p-caption,
.c-p-row p.c-p-caption {
  color: #f05000;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-p-leadcopy {
    font-size: 2rem !important;
  }
}
/* 表
 ---------------------------------------- */
.c-p-table table {
  width: 96%;
  max-width: 1000px;
  margin: 60px auto;
  border-collapse: collapse;
}

.c-p-table th,
.c-p-table td {
  font-size: 1.6rem;
  padding: 1em 1.5em;
  vertical-align: middle;
}

.c-p-table td:last-child {
  padding: 2em 1.5em;
}

.c-p-table th {
  background: #003c96;
  text-align: center;
  border: #fff 2px solid;
  white-space: nowrap;
  color: white;
  padding: 1.5em;
}

.c-p-table td {
  border: #d7d2c8 2px solid;
  color: #5a463c;
  background: #fff;
}

p + .c-p-table {
  margin-top: 1em;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-p-table table {
    width: 100%;
  }
  .c-p-table th {
    white-space: normal;
  }
  .c-p-table th:last-child,
  .c-p-table td:last-child {
    padding: 1em 1em;
  }
  .c-p-table__responsive {
    width: auto;
  }
  .c-p-table__responsive tr,
  .c-p-table__responsive th,
  .c-p-table__responsive td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0;
    border: none;
  }
}
/* カラム
 ---------------------------------------- */
.c-p-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.c-p-row:last-child {
  margin-bottom: 0;
}

.c-p-row p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.c-p-row p:last-child {
  margin-bottom: 0;
}

.c-p-row:nth-child(odd) {
  flex-direction: row-reverse;
}

.c-p-bg--blue .c-p-row:nth-child(odd) {
  flex-direction: row;
}

.c-p-col--l {
  width: 855px;
}

.c-p-col--m {
  width: 570px;
}

.c-p-col--s {
  width: 285px;
}

.c-p-col--l img,
.c-p-col--m img,
.c-p-col--s img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .c-p-row {
    margin: 0 60px 60px 60px;
  }
  .c-p-col--l {
    width: 67%;
  }
  .c-p-col--m {
    width: 47%;
  }
  .c-p-col--s {
    width: 27%;
  }
  .fs-p-productDescription img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-p-row {
    display: block;
    margin: 0 5% 60px 5%;
  }
  .c-p-col--l,
  .c-p-col--m,
  .c-p-col--s {
    width: 100%;
  }
  .c-p-col--m img {
    padding: 0;
  }
  .c-p-col--s img {
    padding: 0 25%;
  }
}
.fs-l-productLayout .c-table {
  max-width: 1000px;
}

/* リスト
---------------------------------------- */
.c-p-list--arrow {
  max-width: 850px;
  margin: 0 auto 30px auto;
  padding-left: 5px;
}

.c-p-list--arrow li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}

.c-p-list--arrow li:before {
  content: url(../images/component/icon-arrow_r-white.svg);
  padding-right: 5px;
}

.c-p-list--number {
  max-width: 850px;
  margin: 0 auto 30px auto;
  padding-left: 5px;
}

.c-p-list--number li {
  list-style-type: none;
  counter-increment: number;
  text-indent: -1em;
  padding-left: 1.5em;
}

.c-p-list--number li:before {
  content: counter(number) ". ";
  font-weight: bold;
  color: #fff;
}

.c-p-list--link {
  max-width: 850px;
  margin: 0 auto 30px auto;
  padding-left: 30px;
}

.c-p-list--link li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.c-p-list--link li:before {
  content: url(../images/component/icon-list_link.svg);
  padding-right: 5px;
}

.c-p-list--definition {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.c-p-list--definition dt {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-p-list--definition dd {
  line-height: 2.4;
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: 0px;
}

p + .c-p-list--arrow,
p + .c-p-list--number,
p + .c-p-list--link,
.c-p-list--arrow + p,
.c-p-list--number + p,
.c-p-list--link + p {
  margin-top: 30px;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-p-list--arrow,
  .c-list--number,
  .c-list--link {
    padding-left: 0px;
  }
  .c-p-list--definition {
    margin: 0 auto 60px auto;
  }
}
/* 囲みパターン
 ---------------------------------------- */
.c-p-block--gray {
  background-color: #282828;
  width: 100%;
  max-width: 1200px;
  padding: 0 55px 40px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
}

.c-p-block--gray p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.c-p-block--gray__text--m {
  font-size: 1.6rem;
  width: 48%;
}

.c-p-block--gray__text--l {
  font-size: 1.6rem;
  width: 76%;
}

.c-p-block--gray__title {
  border-left: 4px solid #f05000;
  padding: 50px 0 0 20px;
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.4;
}

.c-p-block--gray__image--m {
  padding-top: 60px;
  width: 48%;
}

.c-p-block--gray__image--s {
  padding-top: 60px;
  width: 20%;
}

/*スマホ用*/
@media screen and (max-width: 768px) {
  .c-p-block--gray {
    padding: 0 5% 20px;
    width: 90%;
    margin: 30px auto;
    display: block;
  }
  .c-p-block--gray__text--m,
  .c-p-block--gray__text--l,
  .c-p-block--gray__image--m {
    width: 100%;
  }
  .c-p-block--gray__image--s {
    width: 50%;
    margin: 0 auto;
  }
  .c-p-block--gray__image--m,
  .c-p-block--gray__image--s {
    padding-top: 0;
  }
}
/* YouTube
 ---------------------------------------- */
.c-p-video {
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.c-p-video iframe {
  width: 800px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .c-p-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .c-p-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* overview
 ---------------------------------------- */
.c-p-overview {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00004b;
  background-image: url(../images/component/bg-p-overview.png);
  background-position: right top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.c-p-overview__image,
.c-p-overview__image img {
  width: 800px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.c-p-overview__title {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  margin: 0;
  width: 100%;
  max-width: 600px;
}

.c-p-overview__title__lead {
  font-size: 2.4rem;
  line-height: 1.7;
}

.c-p-overview__title__image {
  border-bottom: 1px solid #fff;
  width: 320px;
  padding-bottom: 20px;
  margin: 30px auto;
}

.c-p-overview__title__image img {
  width: 60%;
}

.c-p-overview__title__name {
  font-size: 4rem;
  line-height: 1.5;
}

.c-p-overview__title__name span {
  font-size: 1.2rem;
  display: block;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .c-p-overview__image {
    width: 600px;
  }
  .c-p-overview__title {
    max-width: 400px;
  }
  .c-p-overview__title__lead {
    font-size: 2rem;
    line-height: 1.7;
  }
  .c-p-overview__title__image {
    width: 240px;
    padding-bottom: 10px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-p-overview__image {
    max-width: 500px;
  }
  .c-p-overview__title {
    max-width: 400px;
  }
  .c-p-overview__title__image {
    width: 200px;
  }
  .c-p-overview__title__name {
    font-size: 3.2rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-p-overview {
    display: block;
  }
  .c-p-overview__title {
    background-color: #00004b;
    background-image: url(../images/component/bg-p-overview.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 40px 0 20px;
    margin: 0;
    max-width: 100%;
  }
  .c-p-overview__image,
  .c-p-overview__image img {
    width: 100%;
    max-width: 100%;
  }
}
/* description
 ---------------------------------------- */
.c-p-description {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-p-description__text {
  width: 35%;
}

.c-p-description__image {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .c-p-description {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-p-description {
    display: block;
    padding: 0 25px;
  }
  .c-p-description__text {
    width: 100%;
  }
  .c-p-description__image {
    width: 100%;
  }
}
/* review
 ---------------------------------------- */
.c-p-review {
  margin: 60px auto 40px;
  max-width: 1200px;
}

.c-p-review ul.fs-c-productReview__reviewList {
  width: 100%;
  max-width: 1200px;
}

.c-p-review .fs-c-reviewList__item {
  padding: 0;
  margin: 35px auto;
  border-top: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #e6dcd2;
}

.c-p-review .fs-c-reviewList__item:last-child {
  border-bottom: none;
}

.c-p-review .c-p-ttl--m {
  border-bottom: 2px solid #5a463c;
  padding-bottom: 20px;
}

.c-p-review .fs-c-reviewList__item__info {
  width: 360px;
  float: left;
  border-right: 2px solid #e6dcd2;
  margin-bottom: 35px;
}

.c-p-review .fs-c-reviewInfo__reviewer {
  display: block;
  float: left;
  min-width: 140px;
}

.c-p-review .fs-c-reviewer__name {
  display: block;
}

.c-p-review .fs-c-reviewer__status,
.c-p-review .fs-c-reviewer__profile__ageGroup {
  float: left;
  padding-right: 10px;
}

.c-p-review .fs-c-reviewInfo__reviewer {
  display: block;
}

.c-p-review .fs-c-reviewInfo__date {
  display: flex;
  float: left;
  margin: 3.2rem 0 0;
}

.c-p-review .fs-c-reviewInfo__date dd {
  margin-left: 10px;
}

.c-p-review .fs-c-reviewList__item__body {
  width: calc(100% - 400px);
  padding: 0;
  margin: 0 0 35px;
}

@media screen and (max-width: 1200px) {
  .c-p-review {
    margin: 60px 60px 40px 60px;
    max-width: 100%;
  }
  .c-p-review .fs-c-reviewList {
    max-width: 100%;
    margin: 0;
  }
  .c-p-review ul.fs-c-productReview__reviewList {
    width: 90%;
    max-width: 1200px;
    margin: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-p-review {
    margin: 60px 0;
    max-width: 100%;
  }
  .c-p-review .fs-c-reviewList {
    max-width: 100%;
    margin: 0;
  }
  .c-p-review .fs-c-reviewList__item {
    padding: 0;
    margin: 35px auto;
    border-top: none;
    display: block;
    border-bottom: 2px solid #e6dcd2;
  }
  .c-p-review .fs-c-reviewList__item__info {
    width: 100%;
    float: none;
    border-right: none;
    margin-bottom: 0;
  }
  .c-p-review .fs-c-reviewInfo__reviewer,
  .c-p-review .fs-c-reviewInfo__date {
    float: left;
    text-align: left;
    width: auto;
  }
  .c-p-review .fs-c-reviewList__item__body {
    width: 100%;
  }
}
/* sizeVariation
 ---------------------------------------- */
#sizeVariation {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eaf5f5;
  padding: 60px 0;
  margin-bottom: 80px;
}

#sizeVariation .c-p-inner {
  margin-bottom: 40px;
}

#sizeVariation .c-p-row {
  align-items: start;
} /*# sourceMappingURL=component.css.map */
