/* Base */
body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  color: #1dad14;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h2.title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-shadow: 0px 0px 22px rgba(255, 255, 255, 1), 0px 0px 22px rgba(255, 255, 255, 1)!important;
}

h2.title:before,
h2.title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

h2.title:before {
  left:0;
}

h2.title:after {
  right: 0;
}

@media (max-width: 480px) {
  h2.title {
    padding: 0;
  }
  h2.title:before,
  h2.title:after {
    content: none;
    display: none;
  }
}

h3 {
  font-size: 1.5rem;
}

h3.title {
  width: 100%;
  padding: 5px 0 4px 40px;
  background-image: url(../img/icon_h3.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  border-bottom: dashed 2px #175e17;
}

h5 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

#mv {
  height: calc(70vh - 80px);
  background-color: #45625a;
  background-image: url("../img/hero_bg_2.jpg");
  background-size: cover;
/*   background-attachment: fixed; */
  background-position: center top;
}

#mv > .container-fluid {
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 16px rgba(0, 0, 0, 1), 0px 0px 22px rgba(0, 0, 0, 1)!important;
  font-weight: bold;
}

#mv > h1.title {

}

#mv_new {
//  height: calc(70vh - 80px);
  height: 60%;
  position: relative;
  background-color: #e9ecef;
//  background-size: cover;
/*   background-attachment: fixed; */
//  background-position: center top;
}

#mv_new > .container-fluid {
  width:100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 16px rgba(0, 0, 0, 1), 0px 0px 22px rgba(0, 0, 0, 1)!important;
  font-weight: bold;
}

.bg-dark {
  background: #175e17 !important;
}

.checkbox-lg {
  transform:scale(1.5);
  margin-left: 0.5rem;
  margin-right: 1rem;
}

.footer {
  background-color: #060608;
  color: #ffffff;
}

.jumbotron {
  border-radius: 0;
}

.jumbotron-head {
  background-color: #e9ecef;
  background-image: url("../img/jumbotron_bg.jpg");
  background-size: cover;
/*
  background-attachment: fixed;
*/
  background-position: right top;
  border-radius: 0;
}

.mtname {
  border-left: 3px solid #175e17;
  padding-left: 8px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1.0);
}

.navbar-dark .navbar-toggler {
  border-color: rgba(0,0,0,0);
}

.navbar-dark .navbar-toggler {
  border-color: rgba(0,0,0,0);
  outline: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  line-height: 0.5;
}

.navbar-toggler > #menu_txt {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-prev,
.slick-next {
  z-index: 100;
}

.text-bg {
  background-color: #4dab65;
  color: #ffffff;
}

.text-black {
  color: #000 !important;
}

.triangle { 
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #175e17;
}
