@charset "UTF-8";
:export {
  primary: #00a38f;
  secondary: #a8aaaf;
  accent: #82b1ff;
  error: #f24d51;
  info: #2196f3;
  success: #4caf50;
  warning: #ffc107;
}

:export {
  primary: #00a38f;
  secondary: #a8aaaf;
  accent: #82b1ff;
  error: #f24d51;
  info: #2196f3;
  success: #4caf50;
  warning: #ffc107;
}

/*
=========================================================
* 共通カスタムCSS定義
=========================================================
*/
html {
  scroll-behavior: smooth;
}

#container {
  padding-top: 50px;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 767px) {
  #container {
    width: 100%;
  }
}
#container #main {
  width: 100%;
  padding-bottom: 30px;
}

#footer {
  background-color: #323232;
  text-align: center;
  padding: 10px;
}
#footer .copy {
  color: #ffffff;
}

h3 {
  color: #E3963C;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 6vmax;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: xxx-large;
  }
}

h4 {
  font-size: x-large;
}

a {
  text-decoration: none;
}

.c-or0 {
  color: #E3963C !important;
}

.c-gr1 {
  color: #9D9D9D !important;
}

.c-bl0 {
  color: #020303 !important;
}

.c-w0 {
  color: #ffffff !important;
}

.c-r0 {
  color: #ff0000 !important;
}

.bg-or0 {
  background-color: #E3963C !important;
}

.bg-or1 {
  background-color: #FCF7F0 !important;
}

.bg-or2 {
  background-color: #EACDAB !important;
}

.bg-w0 {
  background-color: #ffffff !important;
}

.m-10 {
  margin: 10px !important;
}

.mv-20 {
  margin: 20px 0 !important;
}

.ms-20 {
  margin: 0 20px !important;
}

.ms-80 {
  margin: 0 80px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.df {
  display: flex;
}

.ws-pl {
  white-space: pre-line;
}

.mdi-chevron-left-circle, .mdi-chevron-right-circle {
  color: #E3963C !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.fwb {
  font-weight: bold !important;
}

.v-slide-group__prev--disabled {
  display: none !important;
}

.v-slide-group__next--disabled {
  display: none !important;
}

.v-slide-group__content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .v-slide-group__wrapper {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media screen and (max-width: 767px) {
  .v-slide-group__next, .v-slide-group__prev {
    flex: 0 1 30px !important;
    min-width: 30px !important;
  }

  .v-slide-group__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.category-search .v-slide-group__wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.category-search .v-tab {
  margin-left: 0 !important;
}
.category-search .v-slide-group__content {
  justify-content: center;
}

/* Form */
.search-dialog {
  background-color: #ffffff;
}
.search-dialog .title {
  width: 100%;
  background-color: #E3963C;
  color: #ffffff;
  padding: 5px 15px;
}
.search-dialog .list {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  height: 500px;
  overflow: auto;
  margin: 10px 0 10px 30px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .search-dialog .list {
    display: block;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .search-dialog .list .value {
    width: 15%;
    margin-left: 10px;
    align-items: center;
    overflow-wrap: anywhere;
  }
}
.search-dialog .type-name {
  width: 100%;
  color: #ffffff;
  background-color: #EACDAB;
  padding: 10px;
}
