/* カスタマイズ用CSS */
/*基本情報
--------------------*/
html, body, h1, h2, h3, h4, h5, h6 a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2f2a25;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
/*余白調整
-------------------*/
.contents-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.page-size {
  /* max-width: 1400px; */
  max-width: 1080px;
  margin: 0 auto;
}
.mt50 {
  margin-top: 50px;
  }
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*初期タグ
-------------------*/
.front-h0 {
  font-size: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
ul, ol, li {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
video, iframe {
  max-width: 100%;
  border: none;
}


/*フォーム
-------------------*/
/*input, button, select, textarea {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"] {
  background: none;
  border: none;
  outline: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label {
  background: #ff0000;
}
select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  background: transparent;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
button, input[type="submit"] {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/
/*レスポンシブ
-------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/*内部スクロール
-------------------*/
.scorll-target {
  padding-top: 64px;
  margin-top: -64px;
}
/* パンクズ */
.breadcrumbs {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 1.3rem;
  background: #fff;
  padding: 9px 18px 6px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li::after {
  content: ">";
  padding: 0 0.2em;
  color: #a49e9e;
}
.breadcrumbs li:last-of-type:after {
  content: none;
}
.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbs li .current {
  color: #675539;
}
/* -------------------------------------- */
/* common */
/* -------------------------------------- */
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main {
  overflow-x: hidden;
}
a:focus, a:hover {
    color: #3b75a8;
    text-decoration: none;
}
.ta-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.c-white {
  color: #fff;
}
.c-lightbrown {
  color: #675539;
}
.c-red {
  color: #a12626;
}
.note {
  font-size: 1.3rem;
}
.flex {
  display: flex;
}
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
  width: 50%;
  padding: 10px;
}
.border-bottom {
  border-bottom: 1px solid #F7060A;
}
@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
}



/*各種ボタン
-------------------*/
/* ボタン */
.more-btn {
  display: block;
  text-align: center;
  max-width: 306px;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #000;
  background: #fff;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dddad7;
  position: relative;
  padding: 2px;
  /* transition: .3s; */
}
.more-btn:hover {
  opacity: 1;
  color: #675539;
  border: 1px solid #525263;
}
.more-btn .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f3f0;
  border-radius: 23px;
  /* transition: .3s; */
}
.more-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.more-btn.dark {
  color: #fffdfc;
  background: #2f2a25;
}
.more-btn.dark .btn-inner {
  border-color: #5f513b;
}
.more-btn.dark:hover {
  color: #fffdfc;
  background: #675539;
}
.more-btn.dark:hover .btn-inner {
  border-color: #907850;
}
.more-btn02 {
  display: inline-block;
  font-size: 1.5rem;
  max-width: 220px;
  width: 100%;
  padding: 5px 2px;
  border-bottom: 3px double #e1dfdd;
  position: relative;
}
.more-btn02::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 24px;
  height: 8px;
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.more-btn02:hover {
  opacity: 1;
  color: #675539;
  border-bottom: 3px double #d1c3ab;
}
.more-btn02.c-white {
  border-bottom: 3px double rgba(255, 255, 255, 0.2);
}
.more-btn02.c-white::before {
  background: url(../images/common/btn_arrow_w.png) 50% 50% / cover no-repeat;
}
.more-btn02.c-white:hover {
  color: #fff;
  border-bottom: 3px double rgba(255, 255, 255, 0.4);
}

/* ボタン（ログイン画面四角） */
.btn-square {
  display: block;
  text-align: center;
  max-width: 180px;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFF;
  background: #675539;
  line-height: 1;
  text-decoration: none;
  border: 1px solid c9ad80;
  position: relative;
  padding: 2px;
  /* transition: .3s; */
}
.btn-square:hover {
  opacity: 1;
  color: #FFF;
  border: 1px solid #525263;
}
.btn-square .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f3f0;
  border-radius: 5px;
  /* transition: .3s; */
}

/* ボタン（カート:続ける） */
.ec-inlineBtn--cancel,
.ec-blockBtn--action {
  text-align: center;
  max-width: 250px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 1px solid #dddad7;
  position: relative;
  /* transition: .3s; */
}
.ec-inlineBtn--cancel:hover,
.ec-blockBtn--action:hover{
  opacity: 1;
  color: #675539;
  border: 1px solid #525263;
  background: #fff;
}
.ec-inlineBtn--cancel .btn-inner,
.ec-blockBtn--action .btn-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f3f0;
  border-radius: 23px;
  /* transition: .3s; */
}
.ec-inlineBtn--cancel::before,
.ec-blockBtn--action::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}

/* ボタン（カート:進む） */
.ec-inlineBtn--action,
.ec-blockBtn--cancel {
  text-align: center;
  max-width: 250px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #FFF;
  /*background: #fff;*/
  text-decoration: none;
  border: 1px solid #dddad7;
  position: relative;
  /* transition: .3s; */
}
.ec-inlineBtn--action:hover,
.ec-blockBtn--cancel:hover {
  opacity: 1;
  color: #675539;
  border: 1px solid #525263;
  background: #fff;
}
.ec-inlineBtn--action .btn-inner,
.ec-blockBtn--cancel .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f3f0;
  border-radius: 23px;
  /* transition: .3s; */
}
.ec-inlineBtn--action::before,
.ec-blockBtn--cancel::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}







/*--------------------
Header
--------------------*/
.header {}
.header-upper {
  min-height: 40px;
  background: #675539;
}
.header-upper .page-size {
  display: flex;
  justify-content: space-between;
}
.header-catch {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
}
.header-btns {
  display: flex;
  max-width: 300px;
  width: 80%;
}
.header-btns li {
  width: 50%;
  min-height: 40px;
}
.header-btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
.header-btns li a:hover {
  opacity: 1;
}
.header-btns li.cart-btn {
  background: #673939;
}
.header-btns li.cart-btn:hover {
  background: #7e4a4a;
}
.header-btns li.login-btn {
  background: #4a6739;
}
.header-btns li.login-btn:hover {
  background: #5b7b48;
}
.header-btns li.cart-btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/cart_icon.png) 50% 50% / cover no-repeat;
  margin-right: 5px;
}
.header-btns li.login-btn a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 19px;
  background: url(../images/common/login_icon.png) 50% 50% / cover no-repeat;
  margin-right: 5px;
}
.header-lower {
  /* height: 110px; */
}
.header-lower .page-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.header-logo {
  max-width: 194px;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  width: 100%;
}
.header-nav li {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.header-nav li.current::before, .header-nav li:hover::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 8px;
  background: url(../images/common/gnav_icon.png) 50% 50% / cover no-repeat;
}
.header-nav li:first-of-type {
  margin-bottom: 1em;
}
.header-nav li .small {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.header-nav li.current a, .header-nav li a:hover {
  opacity: 1;
  color: #675539;
}
.header-lower .more-btn {
  font-size: 14px;
  max-width: 190px;
  height: 40px;
  margin: 0;
}
.header-lower .more-btn::before {
  content: none;
}

/*--------------------
Footer
--------------------*/
.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: center;
  margin-top: 100px;
  background: aliceblue;
}
.footer .page-top {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  text-align: center;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo a {
  display: inline-block;
  max-width: 216px;
  width: 50%;
}
.footer-logo a img {
  width: 100%;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  width: 100%;
  margin: 30px auto 60px;
}
.footer-nav li {
  font-size: 1.6rem;
  line-height: 1;
}
.footer-nav li a:hover {
  opacity: 1;
}
.footer-nav li:hover {
  color: #675539;
}
.footer-nav.sub-nav {
  max-width: 490px;
  margin-bottom: 25px;
}
.footer-nav.sub-nav li {
  font-size: 1.3rem;
}
.footer .more-btn {
  margin-bottom: 40px;
}
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 22px;
}
.footer-info li {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 16px;
  border-right: 1px solid #2f2a25;
}
.footer-info li:last-of-type {
  border: none;
}
.footer-info li a:hover {
  opacity: 1;
  color: #675539;
}
.footer .sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer .sns-links li {
  margin-right: 10px;
}
.footer .sns-links li:last-of-type {
  margin-right: 0;
}
.footer .sns-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f2a25;
  /* transition: .3s; */
}
.footer .sns-links li a:hover {
  opacity: 1;
  background: #675539;
}
.copyright {
  font-size: 1.1rem;
}

.footer-logo {
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
}

/*--------------------
side
--------------------*/

.side-h2 {
  border-top: 2px solid #a2875a;
  border-bottom: 1px solid #e1dfdd;
  padding: 20px 0 10px;
  font-size: 1.7rem;
      margin-bottom: 20px;
}

.side-h2::before {
  content: '－';
  padding: 10px;
}

.ec-itemNav {
    text-align: unset;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav {
    display: flex;
    flex-wrap: wrap;
}
.ec-itemNav__nav li {
    float: left;
      width: 100%;
  }
  .ec-itemNav__nav li a {
    text-align: left;
    border-bottom: none;
    text-decoration: underline;
}
}

/*--------------------
TOP 
--------------------*/

.ec-headerTitle__title h1 {
  text-align: left;
}
.ec-headerTitle__title h1 img {
    max-width: 50px;
    width: 100%;
}
.ec-headerTitle__title p {
  font-size: 1.2rem;
}
.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents{
  max-width: none;
}
.ec-topicRole {
    padding: 40px 0;
    background: #20598b;
}
.ec-topicRole .ec-secHeading {
  color: #fff;
}
.ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: 0.5em;
    font-size: 14px;
    color: #fff;
}
.ec-secHeading .ec-secHeading__line {
    background: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole {
    padding-bottom: 10px;
}
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/*--------------------
下層ページ 
--------------------*/


/*MV
-------------------*/
.page-ttl-area {
  height: 300px;
  background: url(/html/user_data/assets/img/common/mv_about_bg.png) 50% 50% / cover no-repeat;
}
.page-ttl-area .contents-wrap {
  height: 100%;
}
.page-ttl-area .page-size {
  position: relative;
  height: 100%;
}
.page-ttl-area .ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-ttl-area .page-ttl {
  display: inline-block;
  min-width: 365px;
  text-align: center;
  color: #fff;
  padding: 30px 30px 25px;
  position: relative;
}
.page-ttl-area .page-ttl .ja {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
}
.page-ttl-area .page-ttl .en {
  font-size: 1.4rem;
}
.page-ttl-area .page-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.page-ttl-area .page-ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}


/*--------------------
EC リセット
--------------------*/



/*商品一覧
-------------------*/

/* ボタン（商品一覧：カートに入れる） */
.ec-blockBtn--action02 {
  text-align: center;
  /*max-width: 169px;*/
  width: 100%;
  height: 40px;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #fff;
  background: #673939;
  text-decoration: none;
  border: 1px solid #dddad7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* transition: .3s; */
}
.ec-blockBtn--action02:hover {
  opacity: 1;
  color: #675539;
  border: 1px solid #525263;
  background: #fff;
}
.ec-blockBtn--action02:before {
  content: url(/html/user_data/assets/img/common/cart.png);
}
.ec-input select, 
.ec-halfInput select, 
.ec-numberInput select, 
.ec-zipInput select, 
.ec-telInput select, 
.ec-select select, 
.ec-birth select {
  font-size: 14px;
  height: 40px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e1dfdd;
  color: #2f2a25;
}
.ec-productRole__actions .form-control {
    width: 100%;
    border-radius: 3px;
}
.ec-numberInput input[type='number'] {
    max-width: 210px!important;
}

p.price02-default {
  color: #a12626;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ec-select {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    /* height: 250px; */
    height: 200px;
    width: 240px;
    border: 1px solid #e1dfdd;
    margin-bottom: 10px;
  }
}



/*カート画面（一覧）
-------------------*/

.ec-progress .is-complete .ec-progress__number {
  color: #FFF;
  background: #675539;
}
.ec-progress .ec-progress__number {
  color: #675539;
  background: #dcd6cc;
  border: 2px solid #675539;
}
.ec-progress .is-complete .ec-progress__label, 
.ec-progress .ec-progress__label {
  font-size: 15px;
  color: #2f2a25;
}
.ec-progress .ec-progress__item:after {
  background: #675539;
  top: 2em;
}
.ec-cartRow .ec-cartRow__contentColumn, 
.ec-cartHeader .ec-cartHeader__label {
  border-bottom: 1px dotted #e7e7e7;
}
.ec-cartHeader .ec-cartHeader__label {
  background: #FFF;
}
.ec-cartRow__img img {
  border: 1px solid #e1dfdd;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  color: #675539;
  font-size: 1.6rem;
}
.ec-cartRole .ec-cartRole__totalAmount {
    margin-left: 30px;
    color: #a12626;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cart {
    margin: 0 auto;
  }
  .ec-progress .ec-progress__number {
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .ec-cartRole .ec-cartRole__totalText {
    display: none;
  }
  .ec-cartRole .ec-cartRole__actions {
    width: 30%;
    margin-right: 0;
}
}


/*カート（モーダル）
-------------------*/
.ec-modal-wrap .text-center {
  font-size: 2.3rem;
}
/*ログイン画面
-------------------*/
.ec-login {
  background: #F9F8F4;
}




/*新規会員登録
-------------------*/

.ec-borderedDefs dl {
    border-bottom: 1px dotted #e7e7e7;
}

.ec-required {
    color: #FFF;
    font-size: 13px;
    background: #a12626;
    padding: 1px 3px 0;
    float: right;
    margin-right: 40px;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
    background: #675539;
  top: -2px;
}

.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
    left: 4px;
}
.ec-zipInputHelp span {
    color: #2f2a25;
}
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
    border-radius: 3px;
      border: 1px solid #d8d8d8;
}




/*ご注文手続き
-------------------*/
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    padding: 15px 0;
    border-bottom: 1px solid #e1dfdd;
    border-top: 2px solid #a2875a;
}


/* --------------------
 キャンセル・返品・交換
-------------------- */
.p-problem__contents {
    margin: 10px 16px 48px;
}
.p-problem__box {
    border-bottom: 1px dotted #e7e7e7;
    padding-bottom: 10px;
}
.p-problem {
  width: 100%;
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.p-problem__sub {
    margin: 3rem auto 1rem;
    font-size: 2.0rem;
    font-weight: 600;
    color: #333;
}
.p-problem__box p {
  margin: 0 0 0.5rem;
}
.p-problem__box .c-button--unelevated {
  display: flex;
  max-width: 200px;
  height: 40px;
  margin-top: 2rem;
  text-decoration: none;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.c-button--unelevated.is-primary {
    background-color: #FDC010;
}
.c-button--unelevated.is-primary:hover {
  background-color: #febf0a;
  color: #FFF;
  }
.c-button-tel {
  display: inline-block;
  margin-left: 1rem;
  color: #577d92;
  text-decoration: none;
}
.p-problem__box ul {
  padding-left: 1rem;
  list-style: none;
}
.p-problem__box li {
  padding-left: 1.25rem;
  font-size: 1.4rem;
  text-indent: -1.25rem;
}
.p-problem__note {
  display: block;
  padding: 0.4rem 1rem;
  color: #fff;
}
.p-problem__box:last-child {
  margin: 4rem 0 8rem;
}
.p-problem__point {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}
ul .p-problem__point {
  padding-left: 1rem;
}
.p-problem__box .sp {
  display: none
}
@media screen and (max-width: 479px) {
  .p-problem__box {
    padding: 0;
  }
  .p-problem__sub {
    margin: 2.4rem 0 1rem;
    font-size: 1.1rem;
  }
  .p-problem__point {
    margin-top: 0.4rem;
    line-height: 1.6;
  }
  .p-problem__box .c-button--unelevated {
    margin-top: 1rem;
    margin: 0 auto;
  }
  .p-problem__box ul {
    padding-left: 0;
  }
  .p-problem__box:last-child {
    margin: 2rem 0 4rem;
  }
}
dt.p-help__privacy-parts-label {
    padding-top: 10px;
    margin-bottom: 10px;
}
dd.p-help__privacy-parts-detail {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e7e7e7;
}
.p-help__contents {
    margin: 10px 16px 48px;
}

p.p-help__description {
    margin-bottom: 30px;
}



/*add_0425*/

.ec-modal-wrap a.ec-inlineBtn--action {
    background: #525263;
}
.ec-modal-wrap a.ec-inlineBtn--action:hover {
    background: #939393;
    color: #fff;
}