@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */

/* Variable
   ----------------------------------------------------------------- */

/* Media Query Break Point */

/* ============================================ */

/* Text Size */

/* ============================================ */

/* Mixin
   ----------------------------------------------------------------- */

/* Default
   ----------------------------------------------------------------- */

/* ==========================================================================
   Layout
   ========================================================================== */

.l-basic-knowledge {
  min-width: 375px;
}

.l-basic-knowledge #container {
  margin: 1rem auto 1rem auto;
  padding: 15px 20px;
  background: #fff;
}

@media screen and (min-width: 961px) {
  .l-basic-knowledge #container {
    max-width: 1200px;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

.c-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-line-container--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-line-container--right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.c-line-container--stretch {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-page-title {
  font-size: 3rem;
}

@media screen and (min-width: 961px) {
  .c-page-title {
    font-size: 4rem;
  }
}

/* Project
   ----------------------------------------------------------------- */

.p-store_detail-information {
  font-size: 13px;
  width: 660px;
  margin: 20px auto 35px auto;
  background: #EFEFEF;
  border: 1px solid #ddd;
  color: #4C3A24;
}

.p-store_detail-information__table {
  margin: 0 auto;
}

.p-store_detail-information__row:first-child td {
  border-top: 0;
}

.p-store_detail-information__column {
  border-top: 1px dotted #999;
  padding: 15px 0;
  width: 170px;
}

.p-store_detail-information__column > img {
  padding-right: 5px;
}

.p-store_detail-information__column strong.text-red {
  color: #F30;
}

.p-store_detail-information__column--header {
  width: 130px;
}

/* Utility
   ----------------------------------------------------------------- */

/*------------------------------------------------------------
  adjustment class ※ no use frequently
------------------------------------------------------------*/

.u-margin-top2 {
  margin-top: 2rem;
}

.u-margin-bottom2 {
  margin-bottom: 2rem;
}

.mt0 {
  margin-top: 0px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml20 {
  margin-left: 20px;
}

.u-text-color-red {
  color: red;
}

.u-text-bold {
  font-weight: bold;
}

/* ERROR */

.error {
  color: red;
}

/** ADD START 2021.06.14 [K.Tabuchi] hidden_close_store_mypage */

.error-text {
  color: red;
  font-weight: bold;
  text-align: center !important;
}

/** ADD   END 2021.06.14 [K.Tabuchi] hidden_close_store_mypage */

