/* Start css */
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.col {
  flex: 1 0 0%; }

.p-0 {
  padding: 0px !important; }

.p-1 {
  padding: 4px !important; }

.p-2 {
  padding: 8px !important; }

.p-3 {
  padding: 16px !important; }

.p-4 {
  padding: 24px !important; }

.ps-4 {
  padding-left: 24px !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-5 {
  padding-left: 48px !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 4px !important; }

.pe-2 {
  padding-right: 8px !important; }

.pe-4 {
  padding-right: 24px !important; }

.pe-5 {
  padding-right: 48px !important; }

.pt-4 {
  padding-top: 24px !important; }

.pt-2 {
  padding-top: .5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pt-5rem {
  padding-top: 5rem !important; }

.pb-1 {
  padding-bottom: 4px !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pb-5rem {
  padding-bottom: 5rem !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.m-0 {
  margin: 0px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.flex-column {
  flex-direction: column; }

.flex-100 {
  flex: 100% !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 4px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-5rem {
  margin-top: 5rem !important; }

.align-content-center {
  align-content: center !important; }

.align-items-center {
  align-items: center !important; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-arrount {
  justify-content: space-around; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.ms-0 {
  margin-left: 0px !important; }

.ms-1 {
  margin-left: 4px !important; }

.ms-2 {
  margin-left: 8px !important; }

.ms-3 {
  margin-left: 16px !important; }

.ms-4 {
  margin-left: 24px !important; }

.ms-5 {
  margin-left: 48px !important; }

.me-1 {
  margin-right: 4px !important; }

.me-2 {
  margin-right: 8px !important; }

.me-3 {
  margin-right: 16px !important; }

.me-4 {
  margin-right: 24px !important; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-black {
  background-color: black !important; }

.w-auto {
  width: auto !important; }

.mt-3 {
  margin-top: 16px !important; }

.mt-4 {
  margin-top: 24px !important; }

.img-fluid {
  margin-left: 35px;
  max-width: 94%;
  height: auto; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(251, 246, 246, 0.65);
  /* background-color: transparent; */
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  font-family: "Inter";
  font-size: 14px;
  display: block;
  padding: 0.5rem 0;
  color: #fff !important;
  text-decoration: none !important;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }

.nav-link:hover {
  text-decoration: none;
  color: #fff; }

.nav-sub-item {
  font-size: larger;
  height: auto;
  font-weight: 700;
  margin-top: 10px;
  color: #ffffff; }

.justify-content-center {
  justify-content: center !important; }

.fo {
  font-size: 14px;
  font-family: sans-serif; }

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important; }

.fs-5 {
  font-size: 24px !important; }

.fw-bolder {
  font-weight: bolder !important; }

.prima {
  color: #f8f8f8; }

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

.text-light {
  color: #f8f9fa !important; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0; }

.carousel-indicators-new {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%; }

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out; }

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block; }

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.visually-hidden:not(caption) {
  position: absolute !important; }

.row-css {
  display: flex;
  flex-wrap: wrap; }

.border-0 {
  border: 0 !important; }

.img-thumbnail {
  border-radius: 28px; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  /* height: ; */
  color: #212529;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1 solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  /* color: ; */ }

.box-shadow {
  border: 1px solid rgba(0, 0, 0, 0.175); }

.card-text {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  margin: 2%;
  font-family: Arial, Helvetica, sans-serif; }

.card-text-footer:last-child {
  margin-bottom: 0; }

.card-desc {
  width: 500px;
  font-size: 15px; }

.card-image {
  width: 100%;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat; }

.btn-youtube {
  width: 100%;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat; }

.fs-16 {
  font-size: 16px; }

.text-youtube {
  background-color: #454a51b3;
  padding: 2px;
  width: 100%;
  height: auto; }

.text-danger-new {
  color: #dc3545 !important; }

.accordion-item {
  color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.accordion-header {
  margin-bottom: 0;
  margin-top: 0; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.375rem - (1px));
  border-top-right-radius: calc(0.375rem - (1px)); }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }

.accordion-button:not(.collapsed) {
  /* color: ; */
  /* background-color: ; */
  box-shadow: inset 0 calc(-1 * 1px) 0 #dee2e6; }

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: transform 0.2s ease-in-out; }

.accordion-body {
  padding: 1rem 1.25rem; }

.modal.show .modal-dialog {
  transform: none; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: 0.5; }

.modal-header .btn-close {
  padding: calc(1rem * .5) calc(1rem * .5);
  margin: calc(-.5 * 1rem) calc(-.5 * 1rem) calc(-.5 * 1rem) auto; }

.item-der {
  border: 1px solid white;
  width: 180px;
  height: 190px;
  border-radius: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.der-background {
  border: 1px solid white;
  background-color: #5d656ea3;
  width: 180px;
  height: 190px;
  border-radius: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.hgshow-h1 {
  transform: translateY(30%);
  width: 309px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px; }

.hgshow-header {
  width: 190px;
  height: 100px; }

.dumercha {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 49%;
  height: 240px; }

.dumercha-text {
  width: 300px;
  height: 40px;
  background-color: #094da0;
  font-size: 25px;
  font-weight: 500; }

.carousel-indicators-new > button {
  width: 30px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  opacity: 0.5; }

.carousel-indicators-new .active {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin: 0;
  opacity: 1;
  background-color: #fff;
  border: 0; }

.mx-6px {
  margin-left: 6px;
  margin-right: 6px; }

.form-control {
  color: #6C7093;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter"; }

.input-group-addon {
  background-color: #fff; }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .fs-3 {
    font-size: 2.5rem !important; }

  .fs-4 {
    font-size: 24px !important; } }
/* End css */