@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 90px;
  z-index: 10;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #999999;
}

.Page-head .breadcrumb {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 calc(1.8vw + 417px) 0 1.8vw;
}

.Page-head .breadcrumb .breadcrumb-inner > div {
  margin-right: 0.3em;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}
.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  margin-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: var(--main-color02, #88c3c5);
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 32px;
  padding: 60px 0 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}
.Page-head .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image ~ .page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 30px;
}

.Page-head .sub-image ~ .page-title > span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image ~ .page-title > span > span {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header05
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  position: fixed;
  z-index: 30;
  background-image: url(/template11/img/header_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100px;
}

/*
-----------------------------------------------------------
 Header-main-wrap
----------------------------------------------------------- */
.Header .Header-pattern .Header-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.Header .Header-pattern .Header-logo h1 {
  font-size: 10px;
  margin-bottom: 3px;
  letter-spacing: 0;
  line-height: 1;
  color: #5d5e5e;
}

.Header .Header-pattern .Header-logo a {
  display: block;
}

.Header .Header-pattern .Header-logo img {
  max-height: 35px;
  min-width: 170px;
}

/*
-----------------------------------------------------------
 Header-nav
----------------------------------------------------------- */
.Header .Header-pattern .Header-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  min-width: 705px;
  height: 75px;
  margin-left: 20px;
}

.Header .Header-pattern .Header-nav ul > li a {
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  color: #5d5e5e;
}

.Header .Header-pattern .Header-nav ul > li.contact .contact-btn {
  color: #fff;
  padding: 10px 20px;
  background-color: var(--main-color01, #ffa1a1);
  border-radius: 30px;
}

.Header .Header-pattern .Header-nav ul > li.recruit a span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/template11/img/icon_page.svg);
}

.Header .Header-pattern .Header-nav ul > li.contact a span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/template11/img/icon_mail.svg);
}

/*
-----------------------------------------------------------
 body.Sub .Header
----------------------------------------------------------- */
body.Sub .Header .Header-in-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}

body.Sub .Header .Header-in-wrap.active {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03), 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px transparent;
}

body.Sub .Header-pattern .Header-nav ul > li a {
  color: #5d5e5e;
  text-shadow: none;
}
body.Sub .Header-pattern .Header-nav ul > li a:hover {
  color: #5d5e5e;
}

body.Sub .Header-pattern .Header-nav ul > li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #5d5e5e;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

body.Sub .Header-pattern .Header-nav ul > li a:hover::after {
  transform: scale(1, 1);
}

body.Sub .Header .Header-in-wrap.active .Header-nav ul > li a {
  color: #5d5e5e;
  text-shadow: none;
}
body.Sub .Header .Header-in-wrap.active .Header-nav ul > li a:hover {
  color: #5d5e5e;
}

body.Sub .Header .Header-in-wrap.active .Header-nav ul > li a:after {
  background: #5d5e5e;
}

/*
-----------------------------------------------------------
 btn bgleft
----------------------------------------------------------- */
.Header .Header-nav ul li a.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  background-color: var(--main-color01, #ffa1a1);
  padding: 10px 25px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  border-radius: 30px;
}

.Header .Header-nav ul li a.btn span {
  position: relative;
  z-index: 30;
  color: #fff;
}

.Header .Header-nav ul li a.btn:hover {
  opacity: 0.8;
}

/*
======================================================================
 Footer-light
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  width: 100%;
  background-image: url(/template11/img/footer_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 30;
  position: relative;
}

/*
---------------------------------------------------------
 footer-content-block
--------------------------------------------------------- */
.Footer .footer-content-block {
  padding: 90px 0 30px;
  color: #5d5e5e;
}

.Footer .footer-content-block .footer-main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Footer .footer-content-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  bottom: 5%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 86px;
  background-image: url(/template11/img/footer01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.Footer .footer-content-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  bottom: 5%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 92px;
  background-image: url(/template11/img/footer02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

/* top-wrap 
--------------------------------------------------------- */
.Footer .footer-content-block .top-wrap {
  width: 300px;
}

.Footer .footer-content-block .top-wrap .info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 13px;
}

.Footer .footer-content-block .top-wrap .info-wrap .info {
  text-align: left;
}

/* bottom-wrap 
--------------------------------------------------------- */
.Footer .footer-content-block .bottom-wrap .footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

.Footer .footer-content-block .bottom-wrap .footer-nav ul a {
  color: #5d5e5e;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.Footer
.footer-content-block
.bottom-wrap
.footer-nav
ul
li.recruit
a
span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/template11/img/icon_page.svg);
}

/*
-----------------------------------------------------------
 Copyright
----------------------------------------------------------- */
.Footer .Copyright {
  color: #5d5e5e;
  font-size: 11px;
  text-align: center;
  padding-top: 105px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #5d5e5e;
  background-color: var(--bg-color, #fff8ed);
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  min-width: 1080px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: var(--main-color02, #88c3c5);
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Edit {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}

body.Page-narrow-content .Content .In-wrap,
body.Page-narrow-content .Content .Edit {
  max-width: 900px;
}

/*
---------------------------------------------------------
 Content-main 
--------------------------------------------------------- */
.Content .Content-main {
  padding-top: 70px;
  padding-bottom: 90px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}
.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.Content-block.MOD-bg:first-of-type {
  padding-top: 0;
}
.Content-block.MOD-bg:nth-of-type(3) {
  /* @mixin:PC-content-block-bg */
  background-color: #fff;
}
.Content-block.MOD-bg:last-of-type {
  padding-bottom: 0;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}
.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}
.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  gap: 10px;
  font-size: 30px;
  padding-bottom: 0;
  flex-direction: column;
  font-weight: bold;
  color: #5d5e5e;
  margin-bottom: 70px;
  align-items: center;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 24px;
  margin-bottom: 12px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
  margin-bottom: 56px;
}
.Title-block.MOD-center::before {
  right: 0;
  margin: 0 auto;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom: 1px solid #dcdcdc;
  border-left: 2px solid var(--main-color01, #ffa1a1);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}
.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: var(--main-color02, #88c3c5);
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 17px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff !important;
}
.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: var(--main-color01, #ffa1a1);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff !important;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #fff !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: var(--main-color01, #ffa1a1) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border: 1px solid #555;
  border-radius: 3px;
}
.Btn-anchor::after {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: var(--main-color01, #ffa1a1) transparent transparent transparent;
  display: block;
  top: 18px;
  left: 10px;
}

.Btn-transform {
  /* @mixin:PC-btn-transform */
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  background-color: var(--main-color02, #88c3c5);
  padding: 13px 50px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent var(--main-color01, #ffa1a1);
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  padding-top: 50px;
}

.Edit.MOD-bottom .wb-edit {
  padding-bottom: 50px;
}

.Edit .wb-edit:empty {
  padding: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  float: left;
  width: calc(100% - 270px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: right;
  width: 240px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  table-layout: fixed;
}
.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}
.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.wb-calendar .wb-calendar-table caption {
  background-color: var(--main-color01, #ffa1a1);
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f8f4f1;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #c8d2ff;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #999999;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #c8d2ff;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #dcdcdc;
  padding: 17px 48px 14px 27px;
  position: relative;
  color: #5d5e5e;
  font-size: 20px;
  line-height: 1.2;
}
.wb-cart-modal-title:before {
  background: var(--main-color01, #ffa1a1);
  content: "";
  width: 2px;
  height: 69%;
  position: absolute;
  top: 3px;
  left: 16px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  background: url(/img/modal_close_icon.svg) no-repeat center center;
  background-size: 33px auto;
  text-indent: -9999px;
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 18px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}

/*# sourceMappingURL=pc-global.css.map */
