@charset "euc-jp";
body {
  background: #fff;
}
.c-button {
  background: #eff2f4;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #198078;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary:hover {
  background: #0e9288;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #B3D2CF;
}


/* ************************************************
*	共通
* ************************************************ */
body {
  color: #000;
}
input,
button,
.c-input--text{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a{
  color: #198078;
}
.p-page__wrap .p-shop__header{
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-page__wrap .p-shop__header{
    padding: 30px 0 20px;
  }
}
.p-shop__logo{
  max-width: 130px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-shop__logo{
    max-width: 80px;
  }
}

.c-alert {
  background: #F9F9F9;
}
.c-alert--danger {
  color: #f44336;
  background: #feedeb;
}
.c-alert--success {
  color: #607d8b;
  background: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .c-alert{
    font-size: 14px;
  }
}

.c-button__group--sub {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-form__title, .c-form__content, .c-table-preview__title, .c-table-preview__content{
    font-size: 15px;
  }
}
