/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

/* regist-benefit style2 */

/* .regist-benefit .card {
  background-image: linear-gradient($mainColor, tint($mainColor, 15%));
  color: #fff;
}

.regist-benefit .card ul, .regist-benefit .card li, .regist-benefit .card-header {
  background: transparent!important;
  border: none;
}
.regist-benefit .card li a {
  border-radius: 20px;
  background: #fff;
  color: $mainColor;
} */

body {
  overflow-x: hidden;
  color: #222222;
  background-color: #ffffff;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/images/ec.png?51cc085f8609d118ec7dd7daa3bf6fa5);
  background-repeat: no-repeat;
  background-position: right top 60px;
  background-size: 50% auto;
}

a:hover {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

a,
a:hover {
  color: rgb(38.42, 38.42, 38.42);
}

/* regist benefit */

.regist-benefit {
  font-family: "Noto Serif JP", serif;
}

.regist-benefit .title {
  font-weight: 600;
  font-size: 20px;
}

.regist-benefit .card-body {
  padding-top: 5px;
}

.regist-benefit .card {
  border-color: #3b3b3b;
  margin-top: 25px;
  text-align: center;
}

.regist-benefit .card .card-text {
  font-size: 13px;
}

.regist-benefit .card-header {
  background: #fff;
  font-weight: 600;
  font-size: 17px;
  border-bottom: none;
}

.regist-benefit .card li a {
  border-radius: 20px;
  background-image: linear-gradient(to left, #3b3b3b, rgb(88.4, 88.4, 88.4));
}

.regist-benefit li {
  border-top: none;
}

/* side news */

.news .news-item ~ .news-item {
  border-top: 1px dashed #3b3b3b;
  padding-top: 10px;
}

.news .news-item .time {
  font-weight: bold;
  font-size: 16px;
}

.news .news-item .content {
  font-size: 12px;
}

.news .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.news {
  background: #fff;
}

/* footer */

.social {
  text-align: center;
}

.social a {
  color: #fff;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
}

.allrights {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 5px;
  padding-top: 5px;
}

footer h6 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid rgb(117.8, 117.8, 117.8);
}

footer {
  color: #fff;
  background: rgb(47.2, 47.2, 47.2);
  border-top: 5px solid rgb(117.8, 117.8, 117.8);
  font-family: "Noto Serif JP", serif;
}

footer div ul a,
footer div ul a:hover {
  color: #fff;
  font-size: 12px;
}

footer div ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 5px;
  padding-left: 0px;
}

/* donate */

.donate {
  margin-bottom: 30px;
}

.donate .donate-bottom {
  padding-bottom: 0px;
  background-image: linear-gradient(#3b3b3b, rgb(88.4, 88.4, 88.4));
}

.donate .donate-bottom li {
  height: 35px;
}

.donate .donate-bottom ul {
  list-style: none;
  padding: 10px;
  margin-bottom: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0px;
}

.donate .donate-bottom a {
  background: #ffffff;
  border: 1px solid #3b3b3b;
  color: #3b3b3b;
  padding: 5px;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.donate .donate-top {
  border-bottom: 1px solid rgb(62.92, 62.92, 62.92);
  padding-bottom: 10px;
  padding: 10px;
  justify-content: space-around;
}

.donate .logo-text .japan-cayce-center {
  font-weight: 700;
}

.donate .logo-text .npo,
.donate .logo-text .logo-english {
  color: rgb(38.42, 38.42, 38.42);
}

.donate .donate-inner {
  border: 1px solid #3b3b3b;
  border-radius: 5px;
  overflow: hidden;
}

.donate-button:hover {
  color: #fff;
}

.donate-button {
  background-image: linear-gradient(#3b3b3b, rgb(88.4, 88.4, 88.4));
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  border-radius: 10px;
  height: 45px;
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
  float: right;
}

/* mp3 blue */

.shopping-tag.mp3 {
  border-color: #578df5;
}

.shopping-tag.mp3 .card-body a {
  color: #578df5;
}

.shopping-tag.mp3 .card-header {
  background-image: linear-gradient(#578df5, #7fabff);
}

/* pdf yellow */

.shopping-tag.pdf {
  border-color: #f6ba04;
}

.shopping-tag.pdf .card-body a {
  color: #f6ba04;
}

.shopping-tag.pdf .card-header {
  background-image: linear-gradient(#f6ba04, #ffd045);
}

/* gallery green */

.shopping-tag.gallery {
  border-color: #335b12;
}

.shopping-tag.gallery .card-body a {
  color: #335b12;
}

.shopping-tag.gallery .card-header {
  background-image: linear-gradient(#335b12, #51911c);
}

/* book orange */

.shopping-tag.book {
  border-color: #ec7728;
}

.shopping-tag.book .card-body a {
  color: #ec7728;
}

.shopping-tag.book .card-header {
  background-image: linear-gradient(#ec7728, #ff9c3f);
}

/* download purple */

.shopping-tag.download {
  border-color: #5b0060;
}

.shopping-tag.download .card-body a {
  color: #5b0060;
}

.shopping-tag.download .card-header {
  background-image: linear-gradient(#5b0060, #801b96);
}

/* shoping red */

.shopping-tag.shopping {
  border-color: #880002;
}

.shopping-tag.shopping .card-body a {
  color: #880002;
}

.shopping-tag.shopping .card-header {
  background-image: linear-gradient(#880002, #cb1c06);
}

/* common style shopping */

.shopping-tag {
  margin-bottom: 20px;
  cursor: pointer;
}

.shopping-tag .card-header {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 5px;
  padding-left: 16px;
}

.shopping-tag .card-header .left-title {
  font-size: 26px;
  padding-right: 7px;
}

.shopping-tag .card-header .right-title-above {
  font-weight: 700;
}

.shopping-tag .card-header .right-title-below {
  font-size: 11px;
}

.shopping-tag .card-body {
  padding: 5px;
  padding-left: 20px;
}

.shopping-tag .card-body a {
  font-size: 12px;
}

/* navbar */

.navbar {
  font-family: "Noto Serif JP", serif;
}

.navbar-nav.flex-col {
  flex-direction: row;
}

.flex-col li {
  margin-left: 10px;
}

.navbar-brand {
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: white !important;
}

#page-content-wrapper > .container {
  margin-top: 70px;
}

/* top logo */

.logo-text {
  cursor: pointer;
}

.logo-text .eccj {
  font-size: 35px;
  font-weight: 600;
  padding: 0px 10px;
  font-family: "Noto Serif JP", serif;
}

.logo-text .npo {
  color: rgb(78.2, 78.2, 78.2);
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}

.logo-text .japan-cayce-center {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media (max-width: 650px) {
  .logo-text {
    width: 100vw;
  }

  .logo-text .japan-cayce-center {
    font-size: 14px;
  }

  .logo-text .eccj {
    font-size: 28px;
  }

  .logo-text .approve {
    font-size: 10px !important;
  }

  .navbar-brand {
    font-size: 12px;
  }
}

.logo-text .logo-english {
  font-size: 12px;
  color: rgb(144.5, 144.5, 144.5);
  font-family: "Noto Serif JP", serif;
}

.logo-text .approve {
  margin-bottom: 0px;
  font-size: 12px;
  /* color: gray; */
  padding: 0px 5px;
}

.logo-text {
  margin-bottom: 20px;
}

.logo-text .header-text-right {
  background: #ffffff;
}

.header-text-right .approve {
  padding-top: 10px;
}

.navbar-nav a {
  color: white !important;
}

/* seminar */

.seminar {
  margin-top: 50px;
}

.seminar .card {
  margin-bottom: 10px;
  border-color: rgb(68.8, 68.8, 68.8);
}

.card-seminar .card-body {
  max-height: 500px;
  overflow-y: scroll;
}

.seminar .card-header {
  /* height: 50px;
    background: url(top_semi-title.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-y: center;
    background-position-x: 23px; */
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: white;
  background-color: rgb(68.8, 68.8, 68.8);
}

.seminar .table {
  font-size: 13px;
  color: #222222;
}

.seminar .title a {
  color: #222222;
  text-decoration: underline;
  font-size: 17px;
}

.seminar .title {
  background: #f8f9fa;
}

.seminar .table .description {
  font-size: 15px;
  padding: 5px;
  vertical-align: middle;
}

/* about new style */

.about .card {
  border: 2px solid;
}

.about .card-header {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px dotted;
}

.about .card-body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.about .card-text {
  padding: 0px 30px;
}

.about .card-text a {
  display: block;
  float: right;
  font-weight: 600;
  font-size: 13px;
}

.about .card-body ul li {
  text-align: right;
  padding: 0px;
}

.about .card-body ul li a {
  max-width: 200px;
  border-radius: 25px;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/* about */

.about .card-header {
  background-repeat: no-repeat;
  background-position-x: 60%;
}

.about .card {
  margin: auto;
  margin-top: 20px;
}

.about ul li.list-group-item {
  border: none;
}

.regist {
  background: white;
  border-top: 1px solid #dddedf;
}

.btn.btn-regis {
  background: #3b3b3b;
  font-size: 13px;
  color: #fff;
}

.btn.btn-about {
  background: #3b3b3b;
  font-size: 13px;
  color: #fff;
  width: 100%;
}

.login {
  background: url(/images/logo2.jpg?c4df629d8100c19ffc83fece7203e340);
  background-repeat: no-repeat;
  background-color: white;
  background-position-y: bottom;
}

.login a {
  color: #3b3b3b;
  font-size: 13px;
}

.register-des {
  max-width: 206px;
  font-size: 12px;
}

.quote {
  color: #0e0e0e;
}

.quote a {
  display: block;
  color: #0e0e0e;
  padding-left: 30px;
  text-align: right;
  padding-top: 20px;
  font-size: 14px;
}

.quote a i {
  padding-right: 10px;
}

#sidebar-wrapper h6 {
  font-weight: 600;
}

#sidebar-wrapper {
  margin-top: 70px;
  min-height: 100vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
  background: #fff !important;
  font-family: "Noto Serif JP", serif;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .navbar {
    font-size: 12px;
  }

  .sub-logo {
    display: none;
  }
}

@media (min-width: 768px) {
  #menu-toggle {
    display: none;
  }

  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.nav-top {
  background-color: rgb(62.92, 62.92, 62.92) !important;
  color: white;
}

.nav-top .dropdown-menu {
  background-color: rgb(53.1, 53.1, 53.1) !important;
}

.nav-top .dropdown-menu a:hover {
  background-color: rgb(78.6, 78.6, 78.6) !important;
}

.quote {
  background: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.table.free-content {
  border-radius: 15px;
  overflow: hidden;
  color: #3c3c3c;
  font-size: 13px;
  box-shadow: 0px 1px 10px rgba(74, 74, 74, 0.2);
  text-align: center;
  background: rgba(255, 255, 255, 0.6666666667);
  border: 4px solid #ffffff;
  table-layout: fixed;
}

.table.free-content tbody tr:first {
  font-size: 16px;
}

.table.free-content td {
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
}

.table.free-content tr:hover {
  background: #eeecff;
}

.table.free-content tr.title {
  background: #cecece;
}

.table.free-content th {
  text-align: inherit;
  background: rgb(88.4, 88.4, 88.4);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.table.free-content a {
  text-decoration: underline;
}

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

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  background: lightgrey;
  border-radius: 100px;
  display: flex;
  padding: 3px;
}

#progressbar .active {
  color: #fff;
  cursor: pointer;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #ffffff;
  background: lightgray;
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progressbar li strong {
  display: flex;
  justify-content: center;
  align-items: center;
}

#progressbar li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#progressbar li.current {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#progressbar li.current strong {
  width: 100%;
  background: rgb(88.4, 88.4, 88.4);
  border-radius: 50px;
  color: #fff;
  height: 100%;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active {
  background: rgb(127.6, 127.6, 127.6);
}

