/*==============
color
================*/
/*==============
bgcolor
================*/
@import url(https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap);
/* line 28, ../scss/_color.scss */
.themaBgLightBlue {
  background-color: #cde4e5;
}

/*==============
layout
================*/
/* line 4, ../scss/_layout_pc.scss */
.header-fixed {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-size: 10px;
  font-size: 0.66667rem;
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 12, ../scss/_layout_pc.scss */
.columnBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

/* line 23, ../scss/_layout_pc.scss */
.columnBox__col {
  position: relative;
  margin: 0 auto;
  z-index: -1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  padding: 0;
  max-width: 1100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/_layout_pc.scss */
.glidCol1 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 41, ../scss/_layout_pc.scss */
.glidCol1 .columnBox__colList img {
  width: 100%;
  max-width: 100%;
}

/* line 47, ../scss/_layout_pc.scss */
.grid2 .columnBox__colList {
  width: calc(100% / 2);
}

/* line 51, ../scss/_layout_pc.scss */
.grid3 .columnBox__colList {
  width: calc(100% / 3);
}

/* line 56, ../scss/_layout_pc.scss */
.reverse {
  flex-direction: row-reverse;
}

/* line 1, ../scss/_common_pc.scss */
.ec-layoutRole__main {
  background-color: #CFF1F2;
}

/* line 8, ../scss/_common_pc.scss */
.mainWrap {
  background-color: #8AD1D5;
  padding: 20px 0;
  max-width: 1100px;
  margin: 40px auto;
  border-radius: 35px 35px 0 0;
  position: relative;
}
/* line 16, ../scss/_common_pc.scss */
.mainWrap::before {
  content: '';
  background-image: url("../images/absurdity.png");
  background-repeat: repeat;
  z-index: 1;
  position: absolute;
  border-radius: 35px 35px 0 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*=============
mainImgArea
================*/
/* line 37, ../scss/_common_pc.scss */
/* line 39, ../scss/_common_pc.scss */
.mainImgArea .titleArea {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 420px;
}

/* line 49, ../scss/_common_pc.scss */
/* line 52, ../scss/_common_pc.scss */
.mainImgArea .titleArea h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

/* line 59, ../scss/_common_pc.scss */
.mainImgArea {
  animation: mainVisImg 0.5s ease 0.3s 1 forwards;
  opacity: 0;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
/* line 67, ../scss/_common_pc.scss */
.mainImgArea .mainImgArea__inner {
  padding: 0 20px;
}

@-webkit-keyframes mainVisImg {
  100% {
    opacity: 1;
  }
}
@keyframes mainVisImg {
  100% {
    opacity: 1;
  }
}
/* line 89, ../scss/_common_pc.scss */
.wrapper {
  position: relative;
  z-index: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

/* line 96, ../scss/_common_pc.scss */
.itemArea {
  width: 100%;
  max-width: 820px;
  padding: 50px 0 100px;
}
/* line 101, ../scss/_common_pc.scss */
.itemArea .itemArea__title {
  background-image: url("../images/baby_sunnyrug_title01_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 6% 0 0 0;
  margin: 0 auto 10px;
  width: 470px;
  background-size: contain;
  position: relative;
}
/* line 111, ../scss/_common_pc.scss */
.itemArea .itemArea__title::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -3px;
  background-image: url("../images/baby_sunnyrug_whitestar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}
/* line 123, ../scss/_common_pc.scss */
.itemArea .itemArea__title h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 131, ../scss/_common_pc.scss */
.itemArea .columnBox__col {
  gap: 0 20px;
}
/* line 134, ../scss/_common_pc.scss */
.itemArea .columnBox__col img {
  border-radius: 250px;
  border: solid 4px #fff;
}
/* line 140, ../scss/_common_pc.scss */
.itemArea .columnBox__col .columnBox__colList {
  width: calc((100% - 40px) / 3);
}
/* line 143, ../scss/_common_pc.scss */
.itemArea .columnBox__col .columnBox__colListTitle {
  margin: 0 auto 10px;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
/* line 149, ../scss/_common_pc.scss */
.itemArea .columnBox__col .columnBox__colListTitle span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* line 155, ../scss/_common_pc.scss */
.itemArea .columnBox__col .columnBox__colListTitle .bgTexture {
  display: block;
  background-image: url("../images/baby_sunnyrug_line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 118px;
  height: 30px;
  margin: 0 auto;
}
/* line 169, ../scss/_common_pc.scss */
.itemArea .attention {
  margin: 20px auto;
  font-size: 20px;
  font-size: 1.33333rem;
  background: #7bbcbf;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  width: 60%;
}

/* line 181, ../scss/_common_pc.scss */
.pointArea {
  width: 100%;
  max-width: 1100px;
  padding: 0 0 40px;
  background-color: #fff;
  position: relative;
}
/* line 188, ../scss/_common_pc.scss */
.pointArea:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 550px solid transparent;
  border-left: 550px solid transparent;
  border-bottom: 80px solid #ffffff;
  border-top: 0;
  position: relative;
  top: -96px;
}
/* line 201, ../scss/_common_pc.scss */
.pointArea .pointArea_title {
  background-image: url("../images/baby_sunnyrug_title02_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 0 0 0;
  margin: 0 auto 10px;
  width: 400px;
  background-size: contain;
  position: relative;
}
/* line 211, ../scss/_common_pc.scss */
.pointArea .pointArea_title::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -3px;
  background-image: url("../images/baby_sunnyrug_blackstar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}
/* line 223, ../scss/_common_pc.scss */
.pointArea .pointArea_title h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 231, ../scss/_common_pc.scss */
.pointArea .columnBox__col {
  gap: 0 20px;
  max-width: 740px;
}
/* line 236, ../scss/_common_pc.scss */
.pointArea .columnBox__col.grid1 .columnBox__colList {
  width: 100%;
}
/* line 242, ../scss/_common_pc.scss */
.pointArea .columnBox__col.grid2 .columnBox__colList {
  width: calc((100% - 20px) / 2);
}
/* line 247, ../scss/_common_pc.scss */
.pointArea .columnBox__col img {
  border: solid 4px #fff;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 17px 13px 0px -3px #CBE9BE;
  border-radius: 31px;
}
/* line 257, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList {
  position: relative;
  padding: 10px;
}
/* line 261, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colListText {
  margin: 25px auto 0;
  font-weight: bold;
  line-height: 1.5;
}
/* line 267, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  text-align: center;
  z-index: 2;
}
/* line 276, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList .icon .iconArea {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
}
/* line 285, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList .icon .iconArea.yellow {
  background-color: #F6CB2D;
}
/* line 289, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList .icon .iconArea.pink {
  background-color: #de97ba;
}
/* line 293, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList .icon .iconArea span.num {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  margin: 3px 0;
  font-style: normal;
  font-size: 23px;
  font-size: 1.53333rem;
}
/* line 301, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colList .icon .iconArea span {
  display: block;
  margin: 3px 0;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.46667rem;
}
/* line 310, ../scss/_common_pc.scss */
.pointArea .columnBox__col .columnBox__colListTitle {
  margin: 0 auto 10px;
}

/* line 319, ../scss/_common_pc.scss */
.qaArea {
  width: 100%;
  max-width: 1100px;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  border-radius: 40px;
}
/* line 326, ../scss/_common_pc.scss */
.qaArea .qaArea__title {
  background-image: url("../images/baby_sunnyrug_title03.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 2% 0 0 0;
  margin: 0 auto;
  width: 100px;
  background-size: contain;
  position: relative;
}
/* line 337, ../scss/_common_pc.scss */
.qaArea .qaArea__title h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 344, ../scss/_common_pc.scss */
.qaArea .columnBox__col {
  gap: 0 20px;
  max-width: 740px;
}
/* line 349, ../scss/_common_pc.scss */
.qaArea .columnBox__col.grid1 .columnBox__colList {
  width: 100%;
}
/* line 354, ../scss/_common_pc.scss */
.qaArea .columnBox__col .columnBox__colList {
  position: relative;
  padding: 10px;
}
/* line 362, ../scss/_common_pc.scss */
.qaArea .columnBox__col .qaList dt {
  line-height: 1.6;
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
/* line 368, ../scss/_common_pc.scss */
.qaArea .columnBox__col .qaList dt::before {
  content: "Q.";
  display: inline-block;
  position: relative;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  left: -2px;
  font-size: 42px;
  font-size: 2.8rem;
}
/* line 379, ../scss/_common_pc.scss */
.qaArea .columnBox__col .qaList dd {
  padding: 20px 40px;
  background-color: #CFF1F2;
  line-height: 1.6;
  font-size: 24px;
  font-size: 1.6rem;
  border-radius: 30px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
/* line 389, ../scss/_common_pc.scss */
.qaArea .columnBox__col .qaList dd::before {
  content: "A.";
  display: inline-block;
  position: relative;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  left: -2px;
  font-size: 42px;
  font-size: 2.8rem;
}

/* line 407, ../scss/_common_pc.scss */
.allItemArea {
  width: 100%;
  max-width: 740px;
  padding: 50px 0 100px;
}
/* line 414, ../scss/_common_pc.scss */
.allItemArea .itemArea__title {
  background-image: url("../images/baby_sunnyrug_title01_pc_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 6% 0 0 0;
  margin: 0 auto 10px;
  width: 400px;
  background-size: contain;
  position: relative;
}
/* line 424, ../scss/_common_pc.scss */
.allItemArea .itemArea__title::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -3px;
  background-image: url("../images/baby_sunnyrug_blackstar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}
/* line 436, ../scss/_common_pc.scss */
.allItemArea .itemArea__title h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 444, ../scss/_common_pc.scss */
.allItemArea .columnBox__col {
  gap: 0 20px;
}
/* line 447, ../scss/_common_pc.scss */
.allItemArea .columnBox__col img {
  width: 100%;
  height: auto;
  border: solid 4px #fff;
}
/* line 454, ../scss/_common_pc.scss */
.allItemArea .columnBox__col .columnBox__colList {
  width: calc((100% - 40px) / 3);
}
/* line 457, ../scss/_common_pc.scss */
.allItemArea .columnBox__col .columnBox__colListTitle {
  margin: 0 auto 10px;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.allItemArea .columnBox__col .columnBox__colListTitle span{
  display: block;
}

/* line 468, ../scss/_common_pc.scss */
.wrappingArea {
  width: 100%;
  max-width: 660px;
  padding: 40px 0 40px;
  background: #fff;
  border-radius: 40px;
}
/* line 474, ../scss/_common_pc.scss */
.wrappingArea .wrappingArea__title {
  background-image: url("../images/baby_sunnyrug_title04_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 6% 0 0 0;
  margin: 0 auto 10px;
  width: 400px;
  background-size: contain;
  position: relative;
}
/* line 484, ../scss/_common_pc.scss */
.wrappingArea .wrappingArea__title::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -3px;
  background-image: url("../images/baby_sunnyrug_blackstar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}
/* line 496, ../scss/_common_pc.scss */
.wrappingArea .wrappingArea__title h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 504, ../scss/_common_pc.scss */
.wrappingArea .columnBox__col {
  gap: 0 20px;
}
/* line 507, ../scss/_common_pc.scss */
.wrappingArea .columnBox__col img {
  width: 100%;
  height: auto;
  border: solid 4px #fff;
}
/* line 514, ../scss/_common_pc.scss */
.wrappingArea .columnBox__col .columnBox__colList {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/* line 519, ../scss/_common_pc.scss */
.wrappingArea .columnBox__col .columnBox__colListTitle {
  margin: 0 auto 10px;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

/* line 532, ../scss/_common_pc.scss */
.detailBtn {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 540, ../scss/_common_pc.scss */
.detailBtn a {
  padding: 5px 25px;
  display: block;
  background-color: #de97ba;
  color: #fff;
  line-height: 1.5;
  border-radius: 50px;
  transition: .3s;
  transition: .3s;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 1.33333rem;
}
/* line 552, ../scss/_common_pc.scss */
.detailBtn a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffffff;
  border-right: 0;
  position: relative;
  right: -4px;
}
/* line 564, ../scss/_common_pc.scss */
.detailBtn a:hover {
  background-color: #F6CB2D;
  transition: .3s;
}

/* price */
/* line 575, ../scss/_common_pc.scss */
.item-price {
  font-size: 21px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 3px 5px;
  justify-content: center;
  font-weight: 700;
}

/* line 585, ../scss/_common_pc.scss */
.item-price::after {
  font-size: 15px;
  font-size: 1rem;
  position: relative;
  margin: 0 0 -3px -3px;
  content: '\FF08\7A0E\8FBC\FF09';
}

/* line 592, ../scss/_common_pc.scss */
.breadcrumb {
  background-color: initial;
}

/*==============
fadeOut
================*/
/* line 5, ../scss/_utility.scss */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

/* line 20, ../scss/_utility.scss */
body.fadeout::after {
  opacity: 1;
}

/*==============
bg
================*/
/* line 28, ../scss/_utility.scss */
.bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .5;
  background: url(../images/parts/bgTexturetp4.png) repeat 0 0;
  background-color: transparent;
  background-repeat: repeat;
}

/*==============
utility
================*/
/* line 71, ../scss/_utility.scss */
.u-ma {
  margin: 0 auto;
}

/* line 76, ../scss/_utility.scss */
.u-mb-1 {
  margin-bottom: 10px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-2 {
  margin-bottom: 20px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-3 {
  margin-bottom: 30px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-4 {
  margin-bottom: 40px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-5 {
  margin-bottom: 50px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-6 {
  margin-bottom: 60px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-7 {
  margin-bottom: 70px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-8 {
  margin-bottom: 80px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-9 {
  margin-bottom: 90px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-10 {
  margin-bottom: 100px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-11 {
  margin-bottom: 110px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-12 {
  margin-bottom: 120px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-13 {
  margin-bottom: 130px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-14 {
  margin-bottom: 140px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-15 {
  margin-bottom: 150px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-16 {
  margin-bottom: 160px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-17 {
  margin-bottom: 170px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-18 {
  margin-bottom: 180px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-19 {
  margin-bottom: 190px;
}

/* line 76, ../scss/_utility.scss */
.u-mb-20 {
  margin-bottom: 200px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-1 {
  margin-top: 10px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-2 {
  margin-top: 20px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-3 {
  margin-top: 30px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-4 {
  margin-top: 40px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-5 {
  margin-top: 50px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-6 {
  margin-top: 60px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-7 {
  margin-top: 70px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-8 {
  margin-top: 80px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-9 {
  margin-top: 90px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-10 {
  margin-top: 100px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-11 {
  margin-top: 110px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-12 {
  margin-top: 120px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-13 {
  margin-top: 130px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-14 {
  margin-top: 140px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-15 {
  margin-top: 150px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-16 {
  margin-top: 160px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-17 {
  margin-top: 170px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-18 {
  margin-top: 180px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-19 {
  margin-top: 190px;
}

/* line 83, ../scss/_utility.scss */
.u-mt-20 {
  margin-top: 200px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-1 {
  padding-bottom: 10px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-2 {
  padding-bottom: 20px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-3 {
  padding-bottom: 30px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-4 {
  padding-bottom: 40px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-5 {
  padding-bottom: 50px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-6 {
  padding-bottom: 60px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-7 {
  padding-bottom: 70px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-8 {
  padding-bottom: 80px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-9 {
  padding-bottom: 90px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-10 {
  padding-bottom: 100px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-11 {
  padding-bottom: 110px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-12 {
  padding-bottom: 120px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-13 {
  padding-bottom: 130px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-14 {
  padding-bottom: 140px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-15 {
  padding-bottom: 150px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-16 {
  padding-bottom: 160px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-17 {
  padding-bottom: 170px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-18 {
  padding-bottom: 180px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-19 {
  padding-bottom: 190px;
}

/* line 89, ../scss/_utility.scss */
.u-pb-20 {
  padding-bottom: 200px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-1 {
  padding-top: 10px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-2 {
  padding-top: 20px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-3 {
  padding-top: 30px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-4 {
  padding-top: 40px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-5 {
  padding-top: 50px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-6 {
  padding-top: 60px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-7 {
  padding-top: 70px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-8 {
  padding-top: 80px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-9 {
  padding-top: 90px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-10 {
  padding-top: 100px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-11 {
  padding-top: 110px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-12 {
  padding-top: 120px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-13 {
  padding-top: 130px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-14 {
  padding-top: 140px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-15 {
  padding-top: 150px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-16 {
  padding-top: 160px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-17 {
  padding-top: 170px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-18 {
  padding-top: 180px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-19 {
  padding-top: 190px;
}

/* line 95, ../scss/_utility.scss */
.u-pt-20 {
  padding-top: 200px;
}

/* line 101, ../scss/_utility.scss */
.u-tac {
  text-align: center;
}

/* line 105, ../scss/_utility.scss */
.u-tar {
  text-align: right;
}

/* line 109, ../scss/_utility.scss */
.u-tal {
  text-align: left;
}

/*# sourceMappingURL=style_pc.css.map */
