
      body, div, form, input, select, p { 
      padding: 0;
      margin: 0;
      outline: none;
    font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      color: #666;
      line-height: 22px;
      }
.banner{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -124px;
    position: relative;
}
.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    background: rgb(248 249 250 / 97%);
    border-bottom: solid 2px #44c8f8;
    height: 124px;
    }


.top-section{
    float: left;
    width: 100%;
    padding: 13px 0;
    margin: 0;
    border-bottom: solid 1px #ccc;
    }
    .top-section li{
    list-style: none;
    display: inline;
}
    .top-section a{}
.phone_number{
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.phone_number li{
    padding-right: 5px;
}
.phone_number a{
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}
.phone_number i{}

.social_media li{
    padding-left: 6px;
}
.social_media a{}
.social_media i{
    color: #000;
    /* background: #ccc; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 6px 7px 0px 0;
}
.social_media{
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    }


    .nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 12px;
    letter-spacing: 1px;
}
.active{
    color: #44c8f8 !important;
    font-weight: 600;
}
marquee{
    float: right;
    width: 91%;
    padding: 15px;
    background: #0000009c;
    margin-top: -100px;
    position: relative;
    color: #fff;
}
.title {
    float: left;
    width: 100%;
    padding: 15px;
    background: #0000009c;
    margin-top: -100px;
    position: relative;
    color: #fff;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu{
    background: #44c8f8;
    border: none;
    top: 31px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0;
}
.dropdown-menu li{}
.dropdown-menu a{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: solid 1px #ffffff40;
}

h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 27px;
    color: #32c9fe;
    letter-spacing: 1px;
    padding-top: 0;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 29px;
    padding-top: 20px;
}
h1:after {
    content: "";
    border-top: 1px solid #32d1fe;
    margin: 0 0 0 12.25px;
    flex: 1 0 12.25px;
    max-width: 300px;
}
h1:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/diamond.png);
    width: 30px;
    height: 60px;
    background-position: 0 16px;
    margin-right: 10px;
    margin-left: -5px;
    transform: scale(.81);
}
.inner-page{

float: left;

width: 100%;
}

.inner-page table{
    max-width: 570px;
}
.inner-page tr{
    float: left;
    width: 100%;
    border-bottom: solid 1px #32c9fe94;
    padding: 10px 0;
}
.inner-page td{
    float: left;
}
.inner-page a{
    float: right;
    color: #fff;
    background: #32c9fe;
    padding: 5px 15px;
    border-radius: 15px;
}
.inner-page a:hover {box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);background: #2caad6;text-decoration: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
marquee a:hover {box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);background: #2caad6;text-decoration: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
marquee a{
    /* float: right; */
    color: #fff;
    background: #32c9fe;
    padding: 2px 15px;
    border-radius: 15px;
    margin: 0 10px;
}