/* common_add */
.l-block__item{
  margin: 30px 0;
}
.l-block__item:has(.c-link__guide) {
  margin-top: 0;
  margin-bottom: 0!important;
}
.c-mvblock__title {
  margin: 0;
}
.l-block__item:last-child {
  margin-bottom: 30px;
}
.l-block__item + .p-article{
  margin: 0;
}
.c-imageTextColumn__itemText{
  justify-content: flex-start;
}
.c-list__item {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .p-pc-dp__none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .p-sp-flex__columnReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: inherit;
  }
  .p-sp-dp__none{
    display: none !important;
  }
}

/* Background_Color */
.mc-bgc__main{
  background-color:#49392B;
}
.mc-bgc__base{
  background-color:#F8F3E9;
}

/* Font_Color */
.mc-fc__red{
  color: #A83C38;
}

/* Font_Size */
.c-text.-stronger{
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .c-text.-stronger{
    font-size: 18px;
  }
}
.c-list.-caution.c-text.-stronger,
.c-list.-dotted.c-text.-stronger {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-list.-caution.c-text.-stronger,
  .c-list.-dotted.c-text.-stronger {
    font-size: 16px;
  }
}

/* Btn */
.mc-designbtn {
  position: relative;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  padding: 25px 16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: #D93828;
  border: 2px solid #D93828;
  border-radius: 6px;
  transition: 0.175s;
  transition: 0.175s;
}

.mc-designbtn > span {
  max-width: 100%;
  padding: 0 8.4852px;
}

.mc-designbtn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .mc-designbtn {
    padding: 14px;
    font-size: 16px;
  }
}

.p-address__btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}

/* Title */
.p-sec__title{
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px 0;
  background-color: #F8F3E9;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}
.p-sec__title .-main{
  font-size: 36px;
  font-weight: bold;
  color: #49392B;
}
.p-sec__title .-number{
  width: 48px;
  height: 48px;
  display: flex;
  color: #F8F3E9;
  font-weight: bold;
  font-size: 32px;
  background-color: #49392B;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-sec__title{
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-sec__title .-main{
    font-size: 30px;
  }
}
.p-article__title{
  text-align: center;
  border-color: #49392B;
}