﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body.app {
  /*background-color: #f4f8fb;*/
}

.bg {
/*  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;*/
}

@media screen and (max-width:768px) {
  .bg {
    background-position: 60% 40%;
  }
}
/*.bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}*/

.navbar-brand {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: 2.0px;
  font-weight: bold;
  font-size: 20px;
}

.custom-login {
  /*background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(../../img/footer.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
/*
* Don't Delete
* Register Common - Change as needed
*/
.costom-register {
  max-width: 784px;
  margin-top: 4.5rem;
}

  .costom-register h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

.badge-require {
  border: 1px solid #ea0000;
  color: #ea0000;
  background-color: #fff;
}

.badge-optional {
  border: 1px solid #00bcff;
  color: #00bcff;
  background-color: #fff;
}

/*
* Don't Delete - Change as needed
* StepBar Common
*/
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding-left: 0;
}

  .stepBar li {
    font-size: 12px;
    list-style: none;
    position: relative;
    width: 33.333%;
  }

    .stepBar li:after {
      background: rgba(0, 0, 0, 0.3);
      content: "";
      width: calc(100% - 30px);
      height: 2px;
      position: absolute;
      left: calc(-50% + 15px);
      top: 14px;
    }

    .stepBar li:first-child:after {
      display: none;
    }

    .stepBar li span {
      height: 30px;
      width: 30px;
      font-size: 20px;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
    }

  .stepBar .visited:after, .stepBar .visited span {
    background: rgba(32, 168, 216, 1);
  }

/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
.form-check-btn {
  margin-right: 0;
}

.form-check-btn-primary {
  margin-right: 0;
}

.form-check-btn input[type="radio"],
.form-check-btn input[type="checkbox"] {
  display: none;
}

.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}

.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}

.form-check-btn input[type="radio"]:checked + label,
.form-check-btn input[type="checkbox"]:checked + label {
  background-color: #19647e;
  color: #fff;
}

.form-check-btn-primary input[type="radio"]:checked + label,
.form-check-btn-primary input[type="checkbox"]:checked + label {
  background-color: #19647e;
  color: #fff;
}

.form-check-btn .aspNetDisabled + label,
.form-check-btn .aspNetDisabled + label:active {
  color: #cc7e11 !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.form-check-btn-primary .aspNetDisabled + label,
.form-check-btn-primary .aspNetDisabled + label:active {
  color: #cc7e11 !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.form-check-btn .disabled .btn {
  color: #cc7e11 !important;
  background-color: transparent !important;
  opacity: 0.65 !important;
  cursor: not-allowed;
}
/*credit list- delete btn style*/
.position-badge-credit {
  position: absolute !important;
  top: -5px !important;
  right: -6px !important;
}

  .position-badge-credit i {
    font-size: 15px;
  }

/*
* Common Style
*/
/* Blink Common */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.border-hover {
  border-bottom: solid 2px #d4d4d4;
}

  .border-hover:hover {
    border-bottom: solid 2px #167495;
  }

/*welfare*/
.g-w350 {
  max-width: 350px;
}

.unread-border {
  border-left-width: 5px !important;
  border-left-color: #20a8d8 !important;
}


/*アクティブ会員*/
.text-running {
  color: #4169e1;
}

/*.sidebar .nav-dropdown.open > .nav-dropdown-items > .nav-item > .nav-link {
  background-color: #187095;
  text-indent: 0.05em;
}*/

@media (min-width: 1200px) {
  .py-4_5 {
    padding: 2.5rem 0;
  }
}

.pc_area {
  display: block;
}

.phone_area {
  display: none;
}

@media screen and (max-width:768px) {
  .pc_area {
    display: none;
  }

  .phone_area {
    display: block;
  }
}

/* font-size */
.font-10 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-48 {
  font-size: 48px !important;
}

@media screen and (max-width: 567px) {
  .font-sm-10 {
    font-size: 10px !important;
  }

  .font-sm-12 {
    font-size: 12px !important;
  }

  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-16 {
    font-size: 16px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }
}

/*タイトルのテキストとカラー*/


/*ロゴとタイトル*/
@media screen and (max-width:768px) {
  .header-ttl {
    font-size: 32px;
  }

    .header-ttl img {
      height: 60px;
    }
}

.header-ttl {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: 2.0px;
  font-weight: bold;
  color: #cc7e11;
}

@media screen and (max-width: 567px) {
  .recruit-qr canvas {
    height: 180px;
    width: 180px;
  }
}
/*認証コード*/
.custom-authcode-item {
  width: 70px !important;
  height: 70px !important;
  margin: 0 12px;
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  background-color: #e4f2f7;
  box-shadow: 2px 2px 3px #d8d8d8 inset;
  border: none;
}

@media (max-width: 768px) {
  .custom-authcode-item {
    width: 10vw !important;
    height: 10vw !important;
    border-radius: 8px;
    font-size: 20px;
    margin: 0;
    background-color: #e4f2f7;
    box-shadow: 2px 2px 3px #d8d8d8 inset;
    border: none;
  }
}

.addrlist {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .addrlist {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.addr-select {
  z-index: 2;
}

.addr-wrap {
  min-height: 120px;
}

.option-wrap {
  min-height: 90px;
}

@media screen and (max-width: 1199px) {
  .option-wrap {
    min-height: 120px;
  }
}

@media screen and (max-width: 992px) {
  .option-wrap {
    min-height: 0;
  }
}

.mapIconToolTip {
  width: 100%;
}

  .mapIconToolTip tr:nth-child(n + 2) td {
    border: 1px solid #ccc;
    padding: 5px;
  }

  .mapIconToolTip .th {
    background-color: var(--dark);
    color: #fff;
  }

.underline {
  text-decoration: underline;
}

.border-sm-right {
  border-right: 1px solid #c8ced3;
}

@media screen and (max-width: 567px) {
  .border-sm-right {
    border-right: none !important;
  }
}

.bg-product {
  background: #f9f9f9;
}

.custom-bg-darkblue {
  background-color: #346b92;
  color: #fff;
}

  .custom-bg-darkblue:hover {
    background-color: #274b64;
  }

.custom-bg-lightblue {
  background-color: #e4f1ff;
}

.custom-transparent {
  background-color: rgba(255,255,255,0.85);
}

#cardOmote {
  background: #0073f2; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #494949, #0073f2); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #494949, #0073f2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

#cardUra {
  background: #8e9eab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.creditcard-ttl {
  font-size: 20px;
}

@media (max-width: 500px) {
  .ic-chip {
    height: 30px;
  }

  .creditcard-ttl {
    font-size: 14px;
  }
}

.custom-fa-4x {
  font-size: 4em;
}

@media (max-width: 600px) {
  .custom-fa-4x {
    font-size: 9vw;
  }
}

.w-15 {
  width: 15%;
}

.w-70 {
  width: 70%;
}

.form-check-btn input[type="radio"] + .credit-list-btn {
  border-color: #cc7e11;
  color: #cc7e11;
  transition: 0.6s;
}

.form-check-btn input[type="radio"]:checked + .credit-list-btn {
  background-color: #cc7e11;
  color: #fff;
}

.not-shipping-month {
  color: #d2d2d2;
}

@media screen and (max-width:1199px) {
  .list-group.profile-list-group {
    flex-direction: row;
  }

    .list-group.profile-list-group .list-group-item {
      padding: 6px;
      /*border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);*/
      border-right: 0;
    }

      .list-group.profile-list-group .list-group-item:last-child {
        margin-bottom: -1px !important;
        /*border: 1px solid rgba(0, 0, 0, 0.125);*/
      }

    .list-group.profile-list-group .list-group-item-text {
      display: block;
      font-size: 11px;
      line-height: 1.2 !important;
    }
}


/*タイトル*/
/*Intern*/
.bg-title1 {
  background-color: #41bb00;
  color: #fff;
}

/*Agent*/
.bg-title2 {
  background: -webkit-linear-gradient(45deg, #f3f3f3, #069daf); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #f3f3f3, #069daf); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

/*Adviser*/
.bg-title4 {
  background: -webkit-linear-gradient(45deg, #d3d3d3, #00791a, #42ff6b); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #d3d3d3, #00791a, #42ff6b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

/*Senior Adviser*/
.bg-title8 {
  background: -webkit-linear-gradient(45deg, #d3d3d3, #163149, #42fffd);
  background: linear-gradient(45deg, #d3d3d3, #163149, #42fffd); 
  color: #fff;
}

/*Director*/
.bg-title16 {
  background: -webkit-linear-gradient(45deg, #d3d3d3, #163149, #42fffd); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #d3d3d3, #163149, #42fffd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

/*Senior Director*/
.bg-title32 {
  background: -webkit-linear-gradient(45deg, #f1f1f1, #401d6f, #4244ff);
   background: linear-gradient(45deg, #f1f1f1, #401d6f, #4244ff);
    color: #fff;
}

/*Producer*/
.bg-title64 {
  background: -webkit-linear-gradient(45deg, #f1f1f1, #b69d11, #ff9512); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #f1f1f1, #b69d11, #ff9512); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

/*Chief Producer*/
.bg-title128 {
  background: -webkit-linear-gradient(45deg, #960303, #ff006c, #4c0d0d); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #960303, #ff006c, #4c0d0d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

/*Vice President*/
.bg-title256 {
  background: -webkit-linear-gradient(45deg,  #060396, #9d00ff, #068b80); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg,  #060396, #9d00ff, #068b80); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}
/*President*/
.bg-title512 {
  background: -webkit-linear-gradient(45deg, #000, #dbba00, #000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #000, #dbba00, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}


@media (max-width: 768px) {
  .responsive-cell {
    display: flex;
    flex-wrap: wrap;
  }
  .responsive-cell-body{
    padding: 8px 0;
    border-bottom: solid 1px;
  }
  .responsive-cell th, .responsive-cell td {
    width: 100%;
    padding: 4px;
  }

  .responsive-cell th, .responsive-cell td {
    border: 0px !important;
  }
}


@media (max-width: 768px) {
  .responsive-cell2 {
    display: flex;
    flex-wrap: wrap;
  }
  .responsive-cell2-body{
    padding: 8px 0;
    border-bottom: solid 1px;
  }
  .responsive-cell2 th, .responsive-cell2 td {
    width: 50%;
    padding: 4px;
  }

  .responsive-cell2 th, .responsive-cell2 td {
    border: 0px !important;
  }
}
@media (max-width: 500px) {
    .responsive-cell2 th, .responsive-cell2 td {
    width: 100%;
  }
}

.table-in-table-scroll{
   overflow-x: scroll;
   max-width: 48vw;
}

@media (max-width: 768px) {
  .table-in-table-scroll{
   overflow-x: hidden;
   max-width: 100%;
   width: 100%;
}
}

.history-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
