@charset "UTF-8";
/*
components :: moduleを組み合わせた部品
*/
.advisory-title {
  font-size: 16px;
  margin: 3em 0 2em; }
  @media screen and (max-width: 768px) {
    .advisory-title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 499px) {
    .advisory-title {
      font-size: 4.16vw; } }

.advisory-text {
  font-size: 14px;
  line-height: 150%; }
  @media screen and (max-width: 768px) {
    .advisory-text {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 499px) {
    .advisory-text {
      font-size: 3.64vw; } }

.breadcrumbs li {
  font-size: .8rem;
  display: inline-block;
  color: #6E6E6E; }
  .breadcrumbs li:after {
    display: inline-block;
    content: "›";
    vertical-align: top;
    margin-left: .5rem; }
  .breadcrumbs li:last-child:after {
    display: none; }

.breadcrumbs--arrow-before {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .breadcrumbs--arrow-before li {
    font-size: 3.2vw;
    color: #6E6E6E;
    margin-left: 2.13333vw; }
    .breadcrumbs--arrow-before li:before {
      content: "›";
      margin-right: 2.13333vw; }
    .breadcrumbs--arrow-before li:first-child {
      margin-left: 0; }
      .breadcrumbs--arrow-before li:first-child:before {
        display: none; }
    .breadcrumbs--arrow-before li:last-child {
      margin-left: 0; }

.card-general {
  border: 1px solid #979797;
  border-top: 4px solid #0D3E85;
  border-radius: 5px; }

.card-general-title {
  display: table;
  width: 100%;
  padding: .2em .2em .2em .5em;
  border-bottom: 1px dotted #D6D6D6; }
  .card-general-title > * {
    display: table-cell;
    vertical-align: middle; }

.card-general-title-icon {
  width: 7vw; }
  @media screen and (min-width: 499px) {
    .card-general-title-icon {
      width: 30px; } }

.card-general-title-text {
  vertical-align: middle;
  color: #0D3E85;
  padding-left: .5em;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .card-general-title-text {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 499px) {
    .card-general-title-text {
      font-size: 4.16vw; } }

.card-general-title-delete {
  width: 5em; }

.card-general-desc {
  padding: .5em; }

.card-normal {
  border: 1px solid #979797;
  border-radius: 5px;
  padding: .5em; }
  .card-normal.card-normal-wide {
    padding: 1em; }

.circle-main {
  border: 1px solid #0D3E85;
  border-radius: 50%; }

.circle-error {
  border: 1px solid #FF3A4A;
  border-radius: 50%; }

.circle--size-middle {
  height: 10vw;
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center; }

.circle--size-30 {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.circle--size-xlarge {
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center; }

.dl-horizontal dt.align-left {
  text-align: left !important; }

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dl-horizontal dd {
  margin-left: 180px; }

.error {
  background: #FFE7E9;
  padding: .5em;
  color: #FF3A4A;
  margin: 0 0 1em;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .error {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 499px) {
    .error {
      font-size: 3.64vw; } }
  .error ul li {
    margin: 0 0 .5em 1.5em;
    list-style-type: circle; }
    .error ul li:last-child {
      margin-bottom: 0; }

.error-text {
  color: #FF3A4A;
  margin: .5em 0 0 0; }

.faux-dropdown-list {
  position: relative; }
  .faux-dropdown-list ul {
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #979797;
    min-width: 265px;
    display: none;
    position: absolute; }
    .faux-dropdown-list ul.active {
      background: #FFFFFF;
      display: flex;
      flex-direction: column; }
    .faux-dropdown-list ul li.active {
      background: #0D3E85; }
      .faux-dropdown-list ul li.active a {
        color: #FFFFFF; }
    .faux-dropdown-list ul a {
      display: block;
      padding: 12px 10px;
      color: #4a4a4a; }

.flow-horizontal > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: .5em 0; }
  .flow-horizontal > li:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 14px;
    background: #6D7B8F;
    width: 2px;
    height: 100%;
    content: " ";
    display: block; }
  .flow-horizontal > li:first-child:after {
    top: 14px; }
  .flow-horizontal > li:last-child:after {
    height: 50%;
    bottom: 14px; }

.flow-horizontal .flow-horizontal-btn {
  margin: 0 0 0 auto;
  width: 4.5em; }

.flow-general {
  display: flex;
  width: 100%; }
  .flow-general.flow-general-child-7 > * {
    width: calc(100% / 7); }
  .flow-general.flow-general-child-3 > * {
    width: calc(100% / 3); }
  .flow-general.flow-general-child-4 > * {
    width: calc(100% / 4); }
  .flow-general.flow-general-child-5 > * {
    width: calc(100% / 5); }
  .flow-general.flow-general-child-6 > * {
    width: calc(100% / 6); }
  .flow-general > * {
    text-align: center;
    position: relative; }
    .flow-general > *:after {
      z-index: 0;
      position: absolute;
      top: 15px;
      left: 0;
      background: #6D7B8F;
      width: 100%;
      height: 2px;
      content: " ";
      display: block; }
    .flow-general > *:first-child:after {
      width: 50%;
      left: 50%;
      right: 0; }
    .flow-general > *:last-child:after {
      width: 50%;
      left: 0; }

.flow-general-icon {
  width: 30px;
  height: 30px;
  content: " ";
  display: inline-block;
  z-index: 2;
  position: relative;
  margin: 0 .5em 0 0; }

.flow-general-text {
  display: flex;
  text-align: center;
  font-size: 12px;
  align-items: center;
  height: 2em;
  margin: 0 auto;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .flow-general-text {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (max-width: 499px) {
    .flow-general-text {
      font-size: 3.12vw; } }

.flow-horizontal-text {
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .flow-horizontal-text {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 499px) {
    .flow-horizontal-text {
      font-size: 3.64vw; } }

.flow-general-1 {
  background: url(../img/flow/flow-disable-1.png) no-repeat;
  background-size: cover; }
  .active .flow-general-1 {
    background: url(../img/flow/flow-active-1.png) no-repeat;
    background-size: cover; }

.flow-general-2 {
  background: url(../img/flow/flow-disable-2.png) no-repeat;
  background-size: cover; }
  .active .flow-general-2 {
    background: url(../img/flow/flow-active-2.png) no-repeat;
    background-size: cover; }

.flow-general-3 {
  background: url(../img/flow/flow-disable-3.png) no-repeat;
  background-size: cover; }
  .active .flow-general-3 {
    background: url(../img/flow/flow-active-3.png) no-repeat;
    background-size: cover; }

.flow-general-4 {
  background: url(../img/flow/flow-disable-4.png) no-repeat;
  background-size: cover; }
  .active .flow-general-4 {
    background: url(../img/flow/flow-active-4.png) no-repeat;
    background-size: cover; }

.flow-general-5 {
  background: url(../img/flow/flow-disable-5.png) no-repeat;
  background-size: cover; }
  .active .flow-general-5 {
    background: url(../img/flow/flow-active-5.png) no-repeat;
    background-size: cover; }

.flow-general-6 {
  background: url(../img/flow/flow-disable-6.png) no-repeat;
  background-size: cover; }
  .active .flow-general-6 {
    background: url(../img/flow/flow-active-6.png) no-repeat;
    background-size: cover; }

.flow-general-7 {
  background: url(../img/flow/flow-disable-7.png) no-repeat;
  background-size: cover; }
  .active .flow-general-7 {
    background: url(../img/flow/flow-active-7.png) no-repeat;
    background-size: cover; }

.form-numberchange {
  display: flex;
  align-items: center; }

.form-numberchange-btn {
  background: #6C6C6C;
  color: #fff;
  height: 30px;
  display: flex;
  border: 0;
  border-radius: 3px;
  width: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 8px; }

.form-numberchange-input {
  width: 80px; }
  .form-numberchange-input input {
    text-align: right; }

.link-icon {
  display: table;
  margin: 0 auto; }
  .link-icon > * {
    display: table-cell;
    vertical-align: middle; }
  .link-icon .link-icon-text {
    padding: 0 0 0 5px; }

.message-secondary {
  color: #FF35A6;
  border: 1px solid #FF35A6;
  padding: 10px; }

.message-board-success {
  background: #DBF6D4;
  color: #519A19;
  text-align: center;
  min-height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .message-board-success {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 499px) {
    .message-board-success {
      font-size: 3.64vw; } }

.message-board-info {
  background: #0D3E85;
  color: #fff;
  text-align: center;
  min-height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .message-board-info {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 499px) {
    .message-board-info {
      font-size: 3.64vw; } }

.message-board-alert {
  background: #FFE7E9;
  color: #FF3A4A;
  text-align: center;
  min-height: 10.66667vw;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 3.73333vw; }

.message-hint {
  background: #FFE7E9;
  color: #FF35A6;
  display: table; }
  .message-hint > * {
    display: table-cell;
    vertical-align: middle;
    padding: .5em; }

.message-hint-blue {
  background: #fcfdfe;
  color: #0D3E85;
  border: 1px solid #0D3E85;
  display: table; }
  .message-hint-blue > * {
    display: table-cell;
    vertical-align: middle;
    padding: .8em; }

.float-message {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20vw;
  z-index: 10000;
  margin: auto; }

.message-info {
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    .message-info {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (max-width: 499px) {
    .message-info {
      font-size: 3.38vw; } }
  .message-info-label {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .message-info-label {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 499px) {
      .message-info-label {
        font-size: 3.64vw; } }

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 9px 14px; }
  .pagination .pagination-page-link,
  .pagination .pagination-counts-and-offsets {
    display: flex;
    align-items: flex-end; }
  .pagination .pagination-page-link > * {
    margin-left: 24px; }
    .pagination .pagination-page-link > *:first-child {
      margin-left: 0; }
  .pagination .page-links-list {
    display: flex;
    align-items: flex-end; }
    .pagination .page-links-list > * {
      border-right: 1px solid #e0e0e0; }
      .pagination .page-links-list > *:last-child {
        border-right: 0; }
    .pagination .page-links-list .page-link {
      display: inline-block;
      min-width: 35px;
      text-align: center; }

.side-menu-actions {
  width: 100%; }
  .side-menu-actions .side-menu-title {
    align-items: center;
    display: flex;
    padding: 24px 10px 19px;
    color: #0D3E85; }
    .side-menu-actions .side-menu-title .menu-title-icon {
      margin-right: 11px;
      background-size: 28px auto;
      width: 28px;
      height: 28px; }
    .side-menu-actions .side-menu-title.side-menu-title--secondary {
      color: #FF35A6; }
  .side-menu-actions .side-menu-action {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .side-menu-actions .side-menu-action {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (max-width: 499px) {
      .side-menu-actions .side-menu-action {
        font-size: 4.16vw; } }
    .side-menu-actions .side-menu-action > a {
      min-height: 14vw;
      width: 70vw;
      padding-left: .5em;
      display: flex;
      align-items: center; }
      .side-menu-actions .side-menu-action > a.side-menu-group-add {
        align-items: center;
        width: 100%;
        color: #4A90E2; }
    .side-menu-actions .side-menu-action.side-menu-action--active a {
      color: #0D3E85;
      font-weight: bold; }
    .side-menu-actions .side-menu-action.side-menu-action--segment {
      border-top: 1px solid #e0e0e0;
      margin: 0; }
      .side-menu-actions .side-menu-action.side-menu-action--segment .side-menu-action--segment-icon {
        background-size: 22px auto;
        width: 22px;
        height: 22px;
        margin-right: 10px; }
      .side-menu-actions .side-menu-action.side-menu-action--segment a {
        display: flex;
        align-items: center; }

.side-menu-action-modifiers-container {
  margin: 0 0 0 auto;
  width: 30vw; }
  .side-menu-action-modifiers-container .side-menu-action-modifier {
    margin-left: 9px; }

.sticky-header.sticky-header--active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8; }

.disabled-toggleable-field {
  display: none !important; }
