  
@media (max-width: 768px) {

.hamburger {
  display: block;
  position: fixed;
  top:0px;
  right: 0px;
  z-index: 9999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height:60px;
  width:60px;
  text-align:center;
  background-color: #003ba3;
}


.hamburger__icon {
  position: relative;
}


.hamburger.transform .hamburger__icon,
.hamburger.transform .hamburger__icon:before,
.hamburger.transform .hamburger__icon:after
{
  background-color: #000;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


.hamburger__icon:before,
.hamburger__icon:after {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


.hamburger__icon:before,
.hamburger__icon:after {
  position: absolute;
  content: "";
  left: 10px;
}
.hamburger__icon:before {
  top: 23px;
}
.hamburger__icon:after {
  top: 32px;
}
/* active時：上の線を斜め45度に */
.hamburger.active .hamburger__icon:before {
  transform: rotate(45deg);
  top: 30px;  /* 中心に寄せる */
}

/* active時：下の線を斜め-45度に */
.hamburger.active .hamburger__icon:after {
  transform: rotate(-45deg);
  top: 30px;  /* 中心に寄せる */
}


.fat-tel-btn {
  display: block;
  position: fixed;
  top:0px;
  right: 55px;
  z-index: 9998;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height:55px;
  width:55px;
  padding: .8rem;
  background-color: #00aa00;
}

.fat-tel-btn img{
  width: 100%;
  height: auto;
}



.fat-nav {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background:rgba(255,255,255,1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing:border-box;
  padding:1rem 1rem 3rem 1rem;
  z-index: 9000;
  background-color: #f7f7f7;
}
.fat-nav__wrapper {
  width:100%;
  height: auto;
  margin:0 auto;
  padding:4rem 1rem;
}



.fat-cta-wrapper{}
.fat-cta-wrapper .tel-wrapper{}

.fat-cta-wrapper  .fat-btn-wrapper{}
.fat-btn {
  margin: 0 0 1rem 0;
}
.fat-btn a{
  border-radius: 0;
  background-color: #ee0000;
  display: block;
  padding: 1rem 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.fat-nav__wrapper .btn-wrapper{
  margin: 30px 0;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


.fat-nav-list{
max-width:640px;
padding:0px;
margin:0 auto;
box-sizing:border-box;
  }

.fat-nav ul {
  border-top:1px solid #ccc;
  margin:0 0 2rem 0;
  padding: 0;
  box-sizing:border-box;
  list-style:none;
}

.fat-nav li {
  text-align:left;
  padding:0;
  margin:0;
  -webkit-transition: .4s;
    transition: .4s;
  font-size:14px;
  border-bottom:1px solid #ccc;
}

.fat-nav li:last-child {
  margin:0;
}



.fat-nav li a {
  color: #000;
  text-decoration: none;
  display:block;
  padding:1rem .5rem;
  box-sizing:border-box;
  position:relative;
  font-weight: bold;
}

.fat-nav li a::after{
  content: '';
  display:block;
  position:absolute;
  top:50%;
  right:.5rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background-image: url(../images/icon-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.headline-section .pic {
  position: absolute;
  width: 80px;
  bottom:-20px;
}


.fat-nav li a:before{
  position: absolute;
  top:50%;
  left:0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:'';
  display: block;
  width: 37px;
  height: 37px;
  background-size: cover;
}

} 
  

  