@import "style.css";
@import "indexstyles.css";
@import "smartphone_style.css";

.lscabout-container {
  font-family: "Noto Sans JP", sans-serif;
}

/*--hero stylings here--*/


.img-right-side {
  margin-left: 5vw;

}

ul.inside {
  list-style: none;
  /* Remove default bullets */
}

ul.inside li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d5cfa3;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.min-top{
  margin-top: -18px !important;
}
ul.outside {
  list-style: none;
  padding: 0, 0, 0, 0;
  margin: 0, 0, 0, 0;
}

/* timeline style */
.timeline-container {
  display: flex;
  height: fit-content;
  padding-bottom: 85px;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.timeline a {
  text-decoration: none;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  margin-left: -1.5em !important;
}

ul.timeline:before {
  content: ' ';
  background: #d5cfa3;
  display: inline-block;
  position: absolute;
  left: 29px;
  bottom: 0;
  width: 2px;
  height: calc(100% - 3px);
  z-index: 10;
}

ul.timeline>li {
  /* margin: 20px 0; */
  padding-left: 20px;

}

ul.timeline>li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #ed6e4c;
  left: 20px;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  z-index: 10;
}


ul.timeline>li.timeline2:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  /* border-image: linear-gradient(to bottom, #49bcd9, #41af65) 1%; */
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
  /* border-radius: 1vw; */
  transform: rotate(47deg);
  border-color: #49bcd9 #41af65 #41af65 #49bcd9;
  /* border-radius: 50%; */
}

ul.timeline>li a {
  pointer-events: none;
}

.vertical {
  writing-mode: vertical-rl;
  display: flex;
  width: 10%;
  line-height: normal;
  align-items: center;
  cursor: text;
  padding: 0.5rem 0;
  text-align: start;
}

.time-line {
  background-color: #f8f7f0;
}

.hero-container {
  height: 70vh;
  background: lightgrey;
  background-blend-mode: multiply;
  background-image: url(../images/lcs-about-images/buildingLandscape.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}


.hero-title {
  font-family: "Noto Sans JP", sans-serif;
  filter: brightness(1.1) contrast(1.4);
  color: white;
}

.hero-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.3em;
  color: #78c25c;
  font-weight: 700;
}

.rounded-button {
  background: linear-gradient(90deg, rgb(99, 181, 68), rgb(132, 202, 105));
  border: none !important;
  border-radius: 10vh !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold !important;
  font-size: calc(28px * 0.60) !important;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

/*--bread crum style here--*/
.breadcrumb-container {
  background-color: #f8f7f0;
  padding: 0.5rem 0 0.5rem 0 !important;
}

.breadcrumb .breadcrumb-item,
.breadcrumb-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  color: lightgrey;
  text-decoration: none;
}

.breadcrumb-item a {
  font-size: 1em;
}

.breadcrumb .active {
  color: var(--primary-color);
}

/* --specific article style */
.what-is-life-supoport {
  font-family: "Noto Sans JP", sans-serif;
}

.condition-and-procedure {



  background: url('../images/lcs-about-images/icon-bg.png') right bottom no-repeat,
    #f8f7f0;
}


/*--article styling here---*/


.article-img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-title {
  font-family: "Noto Sans JP", sans-serif;

  font-weight: bold;

  margin-bottom: 42px;
}

table td:first-child {
  font-size: calc(24px * 0.60) !important;
}


td:nth-child(2) {
  font-size: calc(26px * 0.60) !important;
}

/* .article-paragraph:last-of-type {
    margin-bottom: 42px;
  } */

.btn-container {
  margin-top: 42px;
}

.btn-cont-margin {
  margin-left: 95px;
}

.article-clean-button {
  display: block !important;
  font-family: "Noto Sans JP", sans-serif !important;
  white-space: nowrap;
  text-decoration: none !important;
  font-size: 16px !important;
  display: inline;
  font-weight: bold;
  color: #000;
  margin-right: 1em;
  padding: 5px;
}

.article-clean-button:hover {
  color: #000;
}

.article-clean-button img {
  width: 35px !important;
  display: inline;
}


.article-clean-button-inline {
  display: inline-block !important;
  font-family: "Noto Sans JP", sans-serif !important;
  white-space: nowrap;
  text-decoration: none !important;
  font-size: 16px !important;
  display: inline;
  font-weight: bold;
  color: #000;
  margin-right: 1em;
  padding: 5px;
}

.article-clean-button-inline:hover {
  color: #000;
}

.article-clean-button-inline img {
  width: 35px !important;
  display: inline;
}


/* condition-and-procedure styling here */

.divider-right {
  border-right: 1px solid #67b64d;
}

.condition-and-procedure .condition-and-procedure-row {
  padding: 2em;
}

.item-left {
  padding: 1em;
}

.item-right {
  padding: 1em;
}

.clear {
  clear: both;
}

.vertical-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  writing-mode: vertical-rl;
  color: #000;
  text-align: center;
}

.icon {
  display: block;
  margin-bottom: 1em;
}

.special-title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px !important;
}

.special-title-2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.special-paragraph {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.special-list {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-bottom: 3em;
  list-style: "※";
  padding: 15px;

}

.special-list li {
  margin-bottom: 1em;
}

/* ----membership benifits stylings here---- */
.centered-title {
  padding-top: 2em;
  padding-bottom: 5em;
}

.article-header {
  font-family: "Outfit", sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: var(--primary-color) !important;
}

.article-header-jp {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold !important;
  color: #000 !important;
  font-size: 40px !important;
}

.number-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #67b54d;

}

.number-icon .number {
  font-family: "Outfit", sans-serif !important;
  font-weight: bold !important;
  font-size: 36px !important;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.article-item-bg {
  background-color: #f8f7f0;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 1em;
}

.article-item-title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold !important;
  color: #000 !important;
  font-size: 18px !important;
}

.article-item-paragraph {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  color: #000 !important;
  font-size: 14px !important;
}



@media (max-width: 431px) and (max-height: 932px) {
  .btn-cont-margin {
    margin-left: auto;
  }
 a.float-right b{
    font-size: calc(26px * 0.60) !important;
  }
  

  /* iPhone 14 Pro Max stylings here */
  .hero-container {
    background-image: url(../images/lcs-about-images/lsc_about-hero-mobile.png);
    background-position: 100% 100%;
    background-size: cover;

  }

  .item-right {
    padding: 0.2em;
  }

  .access .access-info {
    background-color: #f8f7f0;
    height: 100;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-top: 2em !important;
  }

  .spacer {
    height: 2em !important;
  }


  .timeline-container {
    display: block;
  }

  .item-left {
    display: flex;
    justify-content: center;
  }

  .vertical-item {
    display: inline-flex;
    justify-content: center;

  }

  .asterisk::before {
    content: "※";
  }

  .vertical-item .icon {
    margin-right: 1em;
    margin-bottom: 0;
  }

  .vertical-text {
    writing-mode: unset;


  }

  .mb-4em {
    padding-bottom: 0 !important;
  }
}


@media (max-width: 375px) and (max-height: 667px) {
  /* iPhone SE stylings here */

}