/*
    Theme Name: Bell
    Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
h1, h2, h3, h4, h5, h6 {
/*  font-family: "Raleway", Helvetica, Arial, sans-serif;*/
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
/*  font-family: "Raleway", Helvetica, Arial, sans-serif;*/
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #3d3d3d;
  color: #fff;
  padding: 5px 55px;
  border-radius: 15px;
  font-size: 0.9em;
  cursor: pointer;
}

.btn:hover {
  background-color: #005BAC;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn2 {
  color: #666666;
  border: 1px solid #666666;
  padding: 10px 55px;
  font-size: 0.9em;
  cursor: pointer;
}

.btn2:hover {
  background-color: #005BAC;
  color: #fff;
}

.btn2:focus {
  color: #fff;
}

.btn3 {
  color: #fff;
  background-color: #666666;
  padding: 10px 55px;
  font-size: 0.9em;
  cursor: pointer;
}

.btn3:hover {
  opacity: 0.5;
}

.btn3:focus {
  opacity: 0.5;
}



.btn4 {
  color: #fff;
  background-color: #005BAC;
  padding: 5px 25px;
  font-size: 0.9em;
  border-radius: 5px;
  cursor: pointer;
}

.btn4:hover {
  opacity: 0.5;
}

.btn4:focus {
  opacity: 0.5;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}

section {
  padding: 55px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #199EB8;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-image: url(../img/bag/top_img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 0;
  width: 100%;
  max-width: 1200px;
  height: 50vh;
  margin: auto;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1%;
  left: 0;
  bottom: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-size: 26px;
  margin: 0px 0 25px 20px;
}

.tagline2 {
  font-size: 13px;
  margin: 15px 0 15px 20px;
}
/* ==================================================
  Header Styling
================================================== */
#header {
  background: #ccc;
  /*height: 70px;*/
  height: 107px;
}

#header #logo {
  margin: 14px 25px 0 0;
  width: 100%;
  text-align: center;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 35px;
}

@media (max-width: 768px) {
  #header {
    height: 50px !important;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
  }
  .hero{
    background-position: right;
    background-size: cover;
  }
  .hero:after {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
  }
  .tagline{
    color: #fff;
  }
  .container .col-md-12{
    padding-top: 120px;
/*    text-align: center;*/
  } 
  .tagline2{
    color: #fff;
  }
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-menu{
  max-width: 1000px;
  margin: auto;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 15px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}

.nav-menu li:hover{
  background-color: #3d3d3d;
}
.nav-menu a:hover, .nav-menu li:hover > a {
  color: rgba(255, 255, 255, 0.75);
  background-color: #3d3d3d;
}
/*.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(255, 255, 255, 0.75);
  background-color: #3d3d3d;
}
*/
.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199EB8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 50px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  height: auto;
  overflow: hidden;
  padding-top: 85px;
}
/*
.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
*/
.block p {
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #199EB8;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  /*display: table-cell;*/
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #199EB8;
}

.feature-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #199EB8;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #199EB8;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card > a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: .75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #199EB8;
}

#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #ccc;
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #000;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #199EB8;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #199EB8;
}

/* add */

#about{
  background-color: #f5f5f5;
}
.small{
  font-size: 0.5em;
  /*color: red;*/
}
.products img, .icons img {
  max-width: 100%;
  margin-bottom: 10px;
}
.text-border{
  font-weight: bold;
  color: #000;
  font-size: 1.2em;
}
.toggle{
  padding: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.4s ;
}
.toggle:hover{
  opacity: 0.7;
}
.type1{
  background-color: #12459b;
  color: #fff;
}
.type2{
  background-color: #ccc;
  color: #12459b;
}
.toggletext{
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  text-align: left;
}

.var1{
  border-top: 1px solid #ccc;
  padding-top: 50px;
  margin-bottom: 30px;
}

.chara{
  background-color: #edf6ff;
}

.about_box{
  width: auto;
  border: 1px solid #3d3d3d;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

.about_text{
  font-size: 0.9em;
  text-align: left;
}

.bag_title{
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.bag_div{
  width: 100%;
  max-width: 700px !important;
  margin-top: 100px;
}

.baghr{
  margin-top: 50px;
  margin-bottom: 30px;
}

.cdsel{
  border-top: 1px solid #ccc;
  text-align: left;
  clear: both;
}
.cdtd1{
  float: left;
  width: 30%;
  padding: 5px 15px;
}
.cdtd2{
  float: left;
  width: 70%;
  padding: 5px 15px;
}

.price{
  margin-top: 20px;
  padding-left: 15px;
  text-align: left;
}

.feature-col a:hover{
  opacity: 0.6;
}

.slick-slider{
  padding: 0px;
}

.caution{
  font-size: 0.9em;
}
.toggle{
  background-color: #005BAC;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.toggle:hover{
  opacity: 0.4;
}
.correction{
  border: 1px solid red;
  color: red;
  text-align: center;
  font-size: 0.9em;
  padding: 5px 0;
  cursor: pointer;
}
.correction:hover{
  opacity: 0.6;
}
.toggletext{
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: left;
}
.correctiontext{
  margin-bottom: 30px;
}
.hikakuimg{
  max-width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}
.hikakuimg img{
  max-width: 100%;
}
.iziModal-content img{
  max-width: 100%;
}
.apology{
  width: 100%;
  border: 10px solid #ccc;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
  font-size: 0.9em;
  margin-top: 60px;
}
.apology_main{
  width: 70%;
  border: 5px solid #ccc;
  text-align: center;
  padding: 20px;
  margin: auto;
  margin-bottom: 60px;
  box-sizing: border-box;
  font-size: 0.9em;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
.apology_main:hover{
  opacity: 0.6;
}
.apologytitle{
  color: red;
}
.apologytext{
  margin-top: 15px;
  margin-bottom: 5px;
}
.modals{
  padding: 20px;
}

.head_ul li{
  float: right;
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  margin: 5px;
}
.head_ul li:hover{
  opacity: 0.6;
}
.igayalogo{
  background-color: #d7d6d2;
  padding: 10px;
  clear: both;
  text-align: center;
}
.igayalogo img{
  padding: 5px;
}

.plotarea img:hover, .mralogo img:hover{
  opacity: 0.6;
}

.menu, .plotarea{
  background-color:#fff;
}

.menucon{
  float: left;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}



.iziModal.hasScroll .iziModal-wrap{
  padding: 8px;
}

.camp_text{
  text-align:left;
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.camp_img{
  width: 50%;
  float: left;
  box-sizing: border-box;
  font-size: 0.8em;
}
.camp_img img{
  max-width: 100%;
}

table { width: 100%; }
th, td  { padding: 10px; border: 1px solid #ddd; }
th  { background: #f4f4f4; }

.camptitle th  { width: 30%; text-align: left; font-size: 0.7em; }
.camptitle td  { font-size: 0.7em; }
 
.red{color:red;}
.blue{color:blue;}

@media only screen and (max-width:480px){
    .camptitle th,
    .camptitle td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .camptitle tr:first-child th { border-top: 1px solid #ddd; }
}

.camp th  { width: 13%; font-size: 0.7em;}
.camp td  { text-align: center; font-size: 0.7em; }
/*.camp td:first-child  { text-align: left; }*/

body .scroll {
    bottom: 0 !important;
}

@media only screen and (max-width: 800px) { 
  .camp { 
    display: block; 
    width: 100%; 
  }
  .camp thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .camp tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .camp th{ 
    display: block;
    width:auto;
  }
  .camp tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .camp td{ 
    display: block;
  }
  #pagebottom_footer .Inner_box{
    padding-top: 20px;
  }
  #pagebottom_footer .Inner_box p {
    font-size: 1.1em;
  }
  #pagebottom_footer .Inner_box br {
    display: block;
  }

}

/* add end */



/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  /*#header #logo{
    display: none;
  }*/
  #header{
    height: 70px;
  }
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }

  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2 {
    font-size: 16px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 55px 0 0 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
  .small{
    font-size: 0.9em;
  }

  .hikakuimg{
    max-width: 100%;
  }

  .apology{
    border: 10px solid #ccc;
    padding: 10px;
    margin-top: 30px;
  }
  .apology_main{
    width: 100%;
    padding: 10px;
    margin-top: 30px;
  }
  .apologytext{
    text-align: left;
  }

  .nav-menu li{
    width: 33%;
  }

  #header #logo{
    margin: 0px;
  }

}



@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .plotarea{
    display: none;
  }
}

@media (min-width: 62em) {
  .nav-menu li{
    width: 33%;
  }
}

@media screen and (max-width: 480px){
  .hero {
/*    background-image: url(../img/bag/phone_img.jpg);*/
    background-image: url(../img/bag/top2c.jpg);
/*    padding: 175px 0 0 0;*/
    background-position: top;
    background-size: contain;
  }
  .hero:after {
    background: rgba(0, 0, 0, 0);
  }

  .tagline{
    font-size: 20px;
    margin-top: 45px;
  }
  .tagline,.tagline2{
    color: #000;
    margin-left: 0;
  }
}


/* add */

.caution_title{
  font-size: 1.1em;
  text-align: center;
  margin: 50px auto;
  color: red;
}
.caution_text{
  font-size: 0.9em;
  max-width: 900px;
}
#footer{
  padding-bottom: 70px !important; 
}
.scrolltop{
  bottom: 85px;
}
#pagebottom_footer {
    background: #fff;
    bottom: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    transition-duration: 0.5s;
    transition-property: bottom;
    border-top: 1px solid;
    width: 100%;
    z-index: 9999;
    cursor: pointer;
}
#pagebottom_footer:hover{
  background-color: #e5e5e5;
}
#pagebottom_footer .Inner_box {
    border: 0 solid #fff;
    margin: 0 auto !important;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
#pagebottom_footer .Inner_box p {
    font-size: 12px;
    color: red !important;
    margin-bottom: 0;
} 

.top0{
  margin-top: 0;
}

@media (max-width: 767px) {
  #pagebottom_footer .Inner_box {
    padding: 15px 10px;
  }
  .caution_title{
    margin: 15px 0;
  }
}
