@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =====================================
変数の定義
===================================== */
/* =====================================
デフォルト設定
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  list-style-type: none;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #333333;
  font-size: 100%;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.0rem;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* =====================================
common - 共通パーツ設定
===================================== */
.p-shadow.shadowRight {
  box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, 0.4);
}

.p-shadow.shadowLeft {
  box-shadow: -8px 8px 20px -10px rgba(0, 0, 0, 0.4);
}

.p-shadow.shadowCenter {
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.5);
}

.p-band {
  position: absolute;
  left: -20px;
  top: 20px;
}

.p-band > span {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-weight: bold;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-band::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
}

.p-band.bandRed {
  background: #ff4b5f;
}

.p-band.bandRed::before {
  border-right: solid 20px #60363f;
}

.p-band.bandBlue {
  background: #4993ab;
}

.p-band.bandBlue::before {
  border-right: solid 20px #00618b;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-decoration: none;
  color: #fff;
  background: #ff4b5f;
}

@media screen and (max-width: 800px) {
  #page-top {
    bottom: 55px;
    right: 10px;
    line-height: 1.3em;
  }
  #page-top a {
    width: 70px;
    height: 70px;
  }
}

.hoverLink {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.hoverLink:hover {
  opacity: .3;
}

.hoverLink.bounce:hover {
  opacity: 1;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

@media screen and (max-width: 800px) {
  .hoverLink:hover {
    opacity: 1;
  }
}

.p-lineArrow.lineBefore::before, .p-lineArrow.lineAfter::after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/common_lineArrow_img.png);
}

.p-bdrBtom::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: #232323;
}

.p-pstn-relative {
  position: relative;
  display: block;
}

.p-mgnBtm-10 {
  margin-bottom: 10px;
}

.p-mgnBtm-20 {
  margin-bottom: 20px;
}

.p-mgnBtm-30 {
  margin-bottom: 30px;
}

.p-mgnBtm-40 {
  margin-bottom: 40px;
}

.p-mgnBtm-60 {
  margin-bottom: 60px;
}

.p-section-tit {
  margin-bottom: 40px;
}

.p-box-tit {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-box-tit.titBig {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 800px) {
  .p-appear__PC {
    display: none;
  }
}

.p-appear__SP {
  display: none;
}

@media only screen and (max-width: 800px) {
  .p-appear__SP {
    display: block;
  }
}

.p-section {
  position: relative;
  padding: 160px 0 0;
}

.p-section::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/common_section_under_bg.png);
  background-repeat: repeat-x;
  content: "";
}

.p-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.p-redBox {
  position: relative;
}

.p-redBox .redBox-tit {
  padding: 20px 0;
  color: white;
  text-align: center;
  font-weight: bold;
  background: #ff4b5f;
}

.p-redBox .redBox-content {
  padding: 30px;
  border: 3px solid #ff4b5f;
  background: white;
}

.p-redBox .redBox-content.p-sideBySide {
  align-items: flex-start;
}

.p-redBox .redBox-content .redBox-supplement {
  text-align: center;
  font-weight: bold;
  line-height: 4.4rem;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-redBox .redBox-content .redBox-supplement > span {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
}

.p-redBox .redBox-content .redBox-supplement > span > span {
  font-size: 44px;
  font-size: 4.4rem;
  position: relative;
  bottom: -4px;
}

.p-redBox .redBox-content .redBox-content-inner {
  position: relative;
  height: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #000000;
}

.p-redBox .redBox-content .redBox-content-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: 5px solid black;
}

.p-redBox .redBox-content .redBox-content-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: 4px solid white;
}

.p-redBox .redBox-content .redBox-content-inner .p-sideBySide .p-price {
  padding: 20px 0;
  border: 1px solid black;
}

.p-redBox .redBox-content .redBox-benefits .redBox-benefits-tit {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.p-redBox .redBox-content .redBox-benefits .redBox-benefits-tit > span {
  color: #ff4b5f;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 800px) {
  .p-redBox .redBox-content {
    padding: 20px;
  }
}

.p-sideBySide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-sideBySide .sideBySide__item .sideBySide__item-img > img {
  width: 100%;
  height: auto;
}

.p-sideBySide.reverse {
  flex-flow: row-reverse;
}

.p-sideBySide.columnTwo .sideBySide__item {
  width: 48%;
}

.p-sideBySide.columnThree {
  align-items: flex-start;
}

.p-sideBySide.columnThree .sideBySide__item {
  width: 31%;
}

.p-sideBySide.columnThree .sideBySide__item > h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.p-sideBySide.columnFour .sideBySide__item {
  width: 22%;
}

@media only screen and (max-width: 800px) {
  .p-sideBySide {
    display: block;
  }
  .p-sideBySide .sideBySide__item {
    width: 100% !important;
  }
  .p-sideBySide.columnTwo .sideBySide__item:first-child {
    margin-top: 30px;
  }
  .p-sideBySide.columnTwo .noIndentation .sideBySide__item:first-child {
    margin-top: 0;
  }
  .p-sideBySide.columnThree .sideBySide__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .p-sideBySide.noIndentation {
    display: flex;
  }
  .p-sideBySide.noIndentation.columnThree .sideBySide__item, .p-sideBySide.noIndentation.columnFour .sideBySide__item {
    padding: 1%;
  }
  .p-sideBySide.noIndentation.columnThree .sideBySide__item:not(:last-child), .p-sideBySide.noIndentation.columnFour .sideBySide__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-price {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-price .price-discount {
  font-size: 24px;
  font-size: 2.4rem;
}

.p-price .price-discount .price-discount-number {
  font-size: 36px;
  font-size: 3.6rem;
}

/* =====================================
custom - カスタマイズ
===================================== */
.l-header {
  width: 100%;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.l-header .header-info {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 20px;
}

.l-header .header-info .header-info-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}

.l-header .header-info .header-info-logo > a {
  width: 48%;
}

.l-header .header-info .header-info-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0rem;
  font-weight: bold;
}

.l-header .header-info .header-info-link {
  background: #ff4b5f;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-align: center;
}

.l-header .header-info .header-info-link > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 45px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}

.l-header .navigation #nav-toggle {
  position: absolute;
  display: none;
  right: 15px;
  top: 50%;
  width: 28px;
  height: 32px;
  cursor: pointer;
  z-index: 5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.l-header .navigation #nav-toggle > div {
  position: relative;
}

.l-header .navigation #nav-toggle > div > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: #ff4b5f;
}

.l-header .navigation #nav-toggle > div > span:nth-child(1) {
  top: 0;
}

.l-header .navigation #nav-toggle > div > span:nth-child(2) {
  top: 7px;
}

.l-header .navigation #nav-toggle > div > span:nth-child(3) {
  top: 14px;
}

.l-header .navigation .navigation-list {
  background: #4993ab;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.l-header .navigation .navigation-list .navigation-list-inner {
  display: flex;
  justify-content: space-between;
}

.l-header .navigation .navigation-list .navigation-list-inner .navigation-list__item {
  width: 100%;
}

.l-header .navigation .navigation-list .navigation-list-inner .navigation-list__item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 0;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
}

.l-header .navigation .navigation-list .navigation-list-inner .navigation-list__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 800px) {
  .l-header {
    position: fixed !important;
    height: 55px;
  }
  .l-header .header-info {
    display: block;
    position: relative;
    height: 100%;
  }
  .l-header .header-info .header-info-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 55%;
  }
  .l-header .header-info .header-info-logo > a {
    width: 45%;
  }
  .l-header .header-info .header-info-logo > a img {
    width: 100%;
    height: auto;
  }
  .l-header .header-info .header-info-text {
    display: none;
  }
  .l-header .header-info .header-info-link {
    position: absolute;
    right: 58px;
    top: 0;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .l-header .header-info .header-info-link > a {
    padding: 0 10px;
    font-size: 10px;
    font-size: 1rem;
  }
  .l-header .navigation {
    background: none;
  }
  .l-header .navigation #nav-toggle {
    display: block;
  }
  .l-header .navigation #nav-toggle > div > span {
    transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
  }
  .l-header .navigation #nav-toggle::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    font-weight: bold;
    content: "MENU";
    letter-spacing: 0.12em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .l-header .navigation .navigation-list {
    position: fixed;
    right: -500px;
    top: 54px;
    opacity: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
    transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
  }
  .l-header .navigation .navigation-list .navigation-list-inner {
    display: block;
    text-align: center;
    background: #4993ab;
  }
  .l-header .navigation .navigation-list .navigation-list-inner .navigation-list__item {
    margin: 0;
    height: auto;
    border-bottom: 1px solid white;
  }
  .l-header .navigation .navigation-list .navigation-list-inner .navigation-list__item > a {
    padding: 16px 0;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-header .navigation.open .navigation-list {
    opacity: 1;
    right: 0;
  }
  .l-header .navigation.open #nav-toggle > div > span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
  .l-header .navigation.open #nav-toggle > div > span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .l-header .navigation.open #nav-toggle > div > span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
  }
  .l-header .navigation.open #nav-toggle::after {
    content: "CLOSE";
  }
}

@media screen and (max-width: 375px) {
  .l-header .header-info .header-info-logo {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .l-header .header-info .header-info-logo {
    width: 44%;
  }
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 800px) {
  .fixed {
    position: static !important;
  }
}

@media screen and (max-width: 800px) {
  .l-content {
    padding-top: 40px;
  }
}

#mainVisual {
  height: 780px;
  background-image: url(../images/mainVisual_bg.jpg);
  background-color: #eaf9ff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#mainVisual .p-inner > h1,
#mainVisual .p-inner > div {
  margin: 0 0 0 auto;
  max-width: 550px;
}

@media screen and (max-width: 800px) {
  #mainVisual {
    height: auto;
    padding-bottom: 100px;
    background-position: 44% center;
  }
  #mainVisual .p-inner > h1,
  #mainVisual .p-inner > div {
    max-width: 82%;
  }
}

#plan,
#participationFree {
  background-position: center center;
  background-size: 100%;
  background-image: url(../images/common_bg_01.png);
}

#coordinate,
#customerVoice,
#shops {
  background-color: #eaf9ff;
  background-image: url(../images/common_bg_02.png);
}

#plan {
  padding-bottom: 50px;
}

#plan .p-redBox .redBox-content > div.p-sideBySide {
  border: 1px solid blue;
}

#plan .p-objt__center {
  margin-left: auto;
  margin-right: auto;
  max-width: 906px;
}

#shops .shoplist .shoplist-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

#shops .shoplist .shoplist-inner > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.5%;
  margin-bottom: 2%;
  margin-right: 20px;
  padding: 20px 10px;
  text-align: center;
  border: 1px dashed #ff4b5f;
  background: white;
}

#shops .shoplist .shoplist-inner > li:nth-child(4n) {
  margin-right: 0;
}

#shops .shoplist .shoplist-inner > li a {
  color: #ff4b5f;
  font-weight: bold;
}

#shops .shoplist .shoplist-inner > li h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

#shops .shoplist .shoplist-inner > li p {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 800px) {
  #shops .shoplist .shoplist-inner {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  #shops .shoplist .shoplist-inner > li {
    margin-left: 5px;
    margin-right: 5px;
    width: 46%;
  }
  #shops .shoplist .shoplist-inner > li:nth-child(4n) {
    margin-right: 5px;
  }
}

.l-footer .footer-copy {
  text-align: center;
  padding: 30px 0;
  color: white;
  font-weight: bold;
  background: #00618b;
}

/* 190917 Add */
.p-mb--diff {
  margin-bottom: 20px;
}

.p-aboutcat {
  display: inherit;
  font-size: 1.8rem;
  margin-left: 2rem;
  text-align: left;
}

.p-aboutcat + p {
  margin-top: 50px;
}

.price-discount.u-price-discount {
  display: inherit;
  font-size: 1.8rem;
  margin-left: 2rem;
}

.sideBySide__item .l-flexCont .l-flexBlock {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.sideBySide__item .l-flexCont .l-flexBlock .p-pstn-relative {
  width: 47%;
}

.sideBySide__item .l-flexCont .l-flexBlock + p {
  text-align: center;
}

.sideBySide__item .l-flexCont:not(:last-child) {
  margin-bottom: 4rem;
}

.other_Crafts {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.p-box-tit02 {
  margin-bottom: 50px;
  position: relative;
}

.p-box-tit02:before {
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/common_lineArrow_img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  position: absolute;
}

.p-box-tit02 + .p-sideBySide {
  align-items: start;
}

.p-sideBySide + .p-sideBySide {
  align-items: start;
}

.u-mgnBtm-602, .u-mgnBtm-602 + .p-mgnBtm-60 {
  font-weight: bold;
}

.u-mgnBtm-602 + .p-mgnBtm-60 {
  margin-top: 30px;
  text-align: center;
}

.p-bdrBtom.p-mgnBtm-20:after {
  background: transparent;
}

a.w618 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 618px;
  padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
  a.w618 {
    padding-bottom: 0;
  }
  .p-sideBySide.u-mgnBtm-60 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .p-sideBySide.u-mgnBtm-60 .sideBySide__item:first-child {
    margin-top: 15px;
    order: 1;
    padding-left: 10px;
  }
  .p-sideBySide.u-mgnBtm-60 .sideBySide__item:last-child {
    order: 0;
  }
}

.p-fixedMenu {
  display: none;
 }
 
 @media all and (max-width:800px) {
   .p-fixedMenu {
   bottom: 0;
   display: block;
   position: fixed;
   text-align: center;
   width: 100%;
  }
  .p-flexWrap {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
  }
  .p-flexWrap a {
   align-items: center;
   background-color: #f0507f;
   color: #fff;
   display: flex;
   flex-direction: column;
   font-size: 16px;
   height: 50px;
   justify-content: center;
   text-align: center;
   text-decoration: none;
   width: 50%;
  }
  .p-flexWrap a:nth-of-type(1) {
   border-right: solid 2px #fff;
  }
 }
