/*
Theme Name: m_theme
Theme URI: https://www.morikawa-ltd.co.jp/
Description: Morikawa Template
Version: 1.1
Author: Bodatosa
Author URI: http://bodatosa.net
*/

body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #000000 !important;
}

#html {
  margin-top: 0 !important;
}

h2,
h3,
h4,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: black !important;
}

h1 {
  font-size: 3.5rem;
}

h3 {
  font-weight: 700 !important;
}

@media only screen and (max-width: 600px) {
  #pump h1 {
    font-size: xx-large;
  }

  h4.alert-heading {
    color: black;
  }

  h4 {
    color: black;
  }

  ul li {
    color: black;
  }

  .smaller h1 {
    font-size: 1.6rem;
  }

  #hero,
  #pump,
  #qa,
  #rearth,
  #regenerator,
  #emerson {
    height: 30vh !important;
  }

}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }


}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}


.txtsh {
  text-shadow: 5px 5px 5px RGBA(0, 0, 0, 0.68);
}

.carousel-indicators {
  z-index: 999 !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  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-indicators .active {
  opacity: 1;
}

.badge {
  border-radius: 0.275rem;
}

.card {
  border: 1px solid #0170b9;
}

.modal-header h2 {
  color: #056fb8;
}

.modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
}


.btn-close {
  box-sizing: content-box;
  transition: transform 0.25s, opacity 0.25s;
  width: 1.5em;
  height: 1.5em;
  padding: 0.35em 0.35em;
  background-image: url('video/close.svg');
  /*     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: 0;
  opacity: 1;
  background-color: #056fb8;
}

.btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.btn-outline-secondary {
  color: #fff !important;
  border: 3px solid white !important;
}

.btn-outline-secondary:hover {
  color: #000 !important;
  border: 3px solid white !important;
  background: white !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0170b9;
  --bs-btn-border-color: #0170b9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/*
.btn-primary {
  color: #fff;
  background-color: #0170b9;
  border-color: #0170b9;
}
*/

.btn-primary {
  color: #fff;
  background-color: #00a0e9;
  border-color: #00a0e9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.search-field {
  border: none;
}

/*
#searchsubmit {
    color: #fff;
    background-color: #0170b9;
    border-color: transparent;
    display: inline-block;
    border-radius: 5px;
}
*/

/*
.searchform {
  width: auto;
  flex-direction: row;
}

#input {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  font-size: 1rem;
  position: relative;

}

#searchsubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -6%;
  background: none;
  border: none;
  outline: none;
  position: absolute;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}
*/


a {
  color: #0170b9;
  text-decoration: none;
}


.carousel-inner {
  position: relative;
}

.test::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(215 222 235 / 27%);
  /*    background: rgb(92 92 92 / 25%);*/
  /*  background: rgba(0, 0, 0, .5);*/
}

.text-decoration-underline {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  text-decoration-thickness: 4px !important;
  text-decoration-color: #00a0e9 !important;
  line-height: 1.5 !important;
}

/*
.dividek h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
*/

/*
.dividek h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 320px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 160px);
}
*/

/*
.dividek h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 17px;
  left: calc(50% - 20px);
  background: rgb(0, 111, 190);
}
*/

/*
.dividek h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
*/

.freezing_top {
  background-image: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/バルブ工場ボディ　写真.jpg);
  min-height: 180px;
  margin-top: 5rem;
}

#hero {
  background-attachment: fixed;
}

#hero {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/バルブ工場ボディ　写真.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#emerson {
  background-attachment: fixed;
}

#emerson {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/factory-plant-industrial-hall-1137993.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#qa {
  background-attachment: fixed;
}

#qa {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/22092496_l.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#pump {
  background-attachment: fixed;
}

#pump {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/%E3%83%90%E3%83%AB%E3%83%96%E5%B7%A5%E5%A0%B4%E3%83%9C%E3%83%87%E3%82%A3%E3%80%80%E5%86%99%E7%9C%9F.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#rearth {
  background-attachment: fixed;
}

#rearth {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/22016131_l.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#regenerator {
  background-attachment: fixed;
}

#regenerator {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/factory-plant-industrial-hall-1137993.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#valve {
  background-attachment: fixed;
}

#valve {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/crop-0-0-1900-777-0-%E3%83%90%E3%83%AB%E3%83%96%E5%B7%A5%E5%A0%B4ADP%E3%80%80%E5%86%99%E7%9C%9F.png) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#env {
  background-attachment: fixed;
}

#env {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/22195534_l.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#division_valve {
  background-attachment: fixed;
}

#division_valve {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/10/IMG_9469.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#sdgs {
  background-attachment: fixed;
}

#sdgs {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/SDGs-main.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#csr {
  background-attachment: fixed;
}

#csr {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/4880679_l.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#recruitment {
  background-attachment: fixed;
}

#recruitment {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/1017309_l.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#corp {
  background-attachment: fixed;
}

#corp {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/4699822_m.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}



/*
.special {
  background-attachment: fixed;
}
*/
.special {
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/bg.jpg) top center;
  background-size: cover;
  background-position: center;
}


#profile_1 {
  background-attachment: fixed;
}

#profile_1 {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/11/%E7%A4%BE%E5%93%A1%E7%B4%B9%E4%BB%8B%E7%B4%B0%E7%94%B0%E3%81%95%E3%82%93%E2%91%A1.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#profile_2 {
  background-attachment: fixed;
}

#profile_2 {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/10/%E7%A4%BE%E5%93%A1%E7%B4%B9%E4%BB%8B%E5%AE%AE%E5%B4%8E%E3%81%95%E3%82%93%E2%91%A0.jpg) center center;
  background-size: cover;
  position: relative;
  background-position: top;
}

#profile_3 {
  background-attachment: fixed;
}

#profile_3 {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/社員紹介安藤さん②.jpg) center center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#profile_4 {
  background-attachment: fixed;
}

#profile_4 {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/社員紹介佐藤勝美さん③.jpg) center center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#profile_5 {
  background-attachment: fixed;
}

#profile_5 {
  width: 100%;
  height: 30vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/10/社員紹介中村さん①.jpg) center center;
  background-size: cover;
  position: relative;
  background-position: center;
}

#companies {
  background-attachment: fixed;
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .faq {
    padding: 0;
  }
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: var(--color-gray);
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-primary);
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}


/*
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #f3f3f3;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 20px;
  position: absolute;
  right: 0;
  left: 20px;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #4f96ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
*/

.acc {
  line-height: 2.2rem;
}

/*VIDEO*/
.trailer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  visibility: hidden;
  opacity: 0;
}

.trailer.active {
  visibility: visible;
  opacity: 1;
}

.trailer video {
  position: relative;
  max-width: 900px;
  outline: none;
}

.close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  /*     filter: invert(1);*/
  max-width: 32px;
}

@media (max-width: 991px) {
  .trailer video {
    max-width: 90%;
  }
}

.list-group {
  max-width: 100% !important;
  margin: 4rem auto !important;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}

.form-select {
  border: 1px solid #00a0e9;
  border-radius: 25px;
  height: 3rem;
}

[contenteditable]:focus {
  outline: 0;
}

/*STYLED*/
input {
  width: 100%;
  height: 3rem;
  /*  background: #f0f8ff;*/
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  border: 1px solid #00a0e9;
}

##searchsubmit {
  width: 3.5rem !important;
  height: 2.8rem !important;
  margin-left: -3.5rem !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

textarea {
  resize: vertical;
  width: -webkit-fill-available;
  border: none;
  /*  background-color: aliceblue;*/
  border: 1px solid #00a0e9;
}

/*STYLED*/
.opa {
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.opa:hover {
  transform: scale(1.05) !important;
}

.opa_2 {
  transition: all 0.2s ease !important;
  cursor: pointer;
}

.opa_2:hover {
  transform: scale(1.01) !important;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.close_2 {
  position: absolute;
  right: -40px;
  top: 3px;
  cursor: pointer;
  filter: invert(1);
  max-width: 32px;
  z-index: 999;
  background-color: #000000;
  padding: 5px;
}

.robert {
  min-width: 3.5rem;
}

.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}



@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}


/* NAVIGATION STYLE
-------------------------------------------------- */
/*
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: black;
  font-weight: 700;
}
*/

.container {
  max-width: 100% !important;
}


.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0rem !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1) !important;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {

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

  navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
  }
  
    .navbar {
      padding: 0.5rem 1rem !important;
    }
  
}


.dropdown-item:hover {
  color: #fff;
  background-color: #056fb8 !important;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #056fb8 !important;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 !important;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solidrgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}

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

.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .dropdown-menu > li a:hover,
  .dropdown-menu > li.show {
    background: #007bff !important;
    color: white;
  }

  .dropdown-menu > li.show > a {
    color: white;
  }
}

/*OFFCANVAS NAVBAR*/
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    /*    background-color: #343a40;*/
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, .5);
}

/*HAMBURGER MENU*/
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #00a0e9;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/*BLUE BUTTON OUTLINE*/
a:focus,
a:visited,
a:active {
  outline: none;
}

#backg {
  width: 100%;
  height: 80vh;
  background: url(https://www.morikawa-ltd.co.jp/wp/wp-content/uploads/2021/09/%E3%83%90%E3%83%AB%E3%83%96%E5%B7%A5%E5%A0%B4%E6%BA%B6%E6%8E%A5%E3%80%80%E5%86%99%E7%9C%9F.jpg) top center;
  background-size: cover;
  position: relative;
  margin-top: -2px;
}

ul,
li .wp-block-archives-list .wp-block-archives {
  list-style: none;
  padding-left: 0;
}

.mwform-radio-field input {
  margin-right: 5px;
  height: 1rem;
}

.widget .search-form {
  position: relative;
}

.widget .search-form input {
  width: 100%;
  border: 1px solid #9d9d9d;
  padding: 10px 15px;
  padding-right: 55px;
  font-size: 14px;
}

.widget .search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.triangle {
  width: 0;
  height: 0;
  border-width: 30px 120px 0 120px;
  border-color: #00A0E9 transparent transparent transparent;
  border-style: solid;
}


.alert-primary {
  color: #fff;
  background-color: #00A0E9;
  border-color: #00A0E9;
  margin-bottom: 0px;
}

#banner {
  padding-top: 50px !important;
}


.color {
  background-color: #00a0e9;
  color: white;
}


/*MW WP FORM STYLE*/
/*

.list-group-checkable .list-group-item {
  cursor: pointer;
}

.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}

.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: #056fb8;
}

.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}

.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-light);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 2px var(--bs-blue);
}

.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
*/
