@charset "UTF-8";
/**
    ユーザー向け.
 */
html, body {
  background: #F3F5F8 !important;
  font-size: 14px;
}

a, a:hover, a:visited {
  color: #31698B;
}

.c-fc-blue {
  color: #01316A !important;
}

.c-fc-red {
  color: #FF3100 !important;
}

.user-header {
  position: relative;
  width: 100%;
  height: 72px;
  padding: 8px 16px;
  background: #FFFFFF;
}
.user-header img {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 60px;
  height: auto;
  transform: translateY(-50%);
}

.c-user-main {
  min-height: calc(100vh - 72px - 60px);
}

.c-user-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 16px;
}

.c-user-footer {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #01316A;
  font-size: 10px;
  line-height: 60px;
}

.btn {
  padding: 0.5em 2em;
}

.btn-lg {
  font-size: 14px;
  padding: 1em 2em !important;
  min-width: 200px;
}

.btn-lg.mw-auto {
  min-width: auto;
}

.btn-primary {
  color: #fff !important;
  background-color: #01316A;
  border-color: #01316A;
}

.btn-secondary {
  color: #01316A !important;
  background-color: #FFFFFF;
  border-color: #01316A;
}

.row {
  margin-right: -4px;
  margin-left: -4px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
}

.form-control-lg {
  font-size: 14px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.c-select {
  position: relative;
}

.c-select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  content: "";
  background: url("/image/icon/arrow-down.svg") center center no-repeat;
  background-size: 18px 18px;
  transform: translateY(-50%);
}

.select-lang {
  width: 200px;
  flex: 0 0 200px;
}
