.header h1 .logo {

}
.header h1 .logo_sp {
  display: none;
}
.header .btn_spnav-toggle{
  display: none;
}
.btn_spnav-toggle .icon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 18px;
  height: 14px;
}
.btn_spnav-toggle .icon div{
  position: relative;
  background: #037fce;
  transition: top .5s cubic-bezier(0.55,  0.085, 0.68,  0.53 ) .2s, transform .1s ease 0s, width .1s ease .0s, background .3s ease 0s;
  width: 100%;
  height: 2px;
}
.btn_spnav-toggle .icon .bar01{
  top: 0;
}
.btn_spnav-toggle .icon .bar02{
  top: 4px;
}
.btn_spnav-toggle .icon .bar03{
  top: 8px;
}
.btn_spnav-toggle.open{
  border-color: #fff !important;
  color: #fff !important;
}
.btn_spnav-toggle.open .icon div{
  background: #fff;
  transition: top .1s cubic-bezier(0.55,  0.085, 0.68,  0.53 ) 0s, transform .5s ease .2s, width .1s ease .2s, background .3s ease 0s;
}
.btn_spnav-toggle.open .icon .bar01{
  top: 6px;
  transform: rotate(45deg);
}
.btn_spnav-toggle.open .icon .bar02{
  width: 0;
}
.btn_spnav-toggle.open .icon .bar03{
  top: 2px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {

  body {
    font-size: 14px;
    line-height: 1.8em;
    min-width: 0;
  }

  .ttl {
    height: 100px;
  }
  .ttl h2 {
    font-size: 22px;
  }
  .ttl_line h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .header{
    background-color: transparent;
    min-width: 100%;
    z-index: 100;
  }
  .header .modal_bg{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: url(../images/common/bg_ptn-blue01.png);
    width: 100%;
    height: 100vh;
  }
  .header .btn_spnav-toggle{
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 6px 10px 5px 34px;
    background-color: transparent;
    border: 1px solid #037fce;
    border-radius: 3px;
    transition: all .3s ease;
    z-index: 120;
    width: 90px;
    color: #037fce;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 700;
  }
  .header .pull-left {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .header h1 {
    float: none;
    margin: 0;
    padding: 0 0 0 15px;
    background: #fff;
  }
  .header h1 .logo {
    display: none;
  }
  .header h1 .logo_sp {
    display: inline-block;
  }
  .header h1 img{
    position: relative;
    top: -4px;
    width: 180px;
  }
  .header .navigation{
    position: relative;
    top: 10px;
    z-index: 115;
    margin: 0 auto !important;
    width: 90%;
  }
  .header .navigation li {
    position: relative;
    overflow: hidden;
    width: auto;
    letter-spacing: -0.01em;
    font-style: italic;
    font-size: 14px;
  }
  .header .navigation li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ddd;
    transform: translateY(100%);
    transition: all 0.2s;
    width: 100%;
    height: 100%;
  }
  .header .navigation li:hover:before {
    transform: translateY(0);
  }
  .header .navigation li a {
    display: block;
    position: relative;
    padding: 0 26px;
    line-height: 92px;
  }
  .header .navigation li {
    position: relative;
    float: none;
    background: #fff;
    width: 100%;
    margin-left: 0;
  }
  .header .navigation li:before {
    display: none;
  }
  .header .navigation li a {
    padding: 0;
    border-bottom: 1px solid #999;
    text-align: center;
    line-height: 60px;
  }
  .header .pull-right {
    float: none !important;
    position: relative;
    z-index: 110;
    margin: 0 auto;
    width: 90%;
  }
  .header .pull-right p {
    background: #fff;
  }
  .header .pull-right .bnr_area {
    float: none;
    clear: both;
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
  }
  .header .pull-right .btn_area {
    float: none;
    width: 100%;
  }
  .header .pull-right .btn_area a {
    line-height: 45px;
  }

  .container-wrap {
    min-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container-wrap h2 {
    margin-top: 0;
    margin-bottom: 36.5px;
  }
  .container-wrap h2 img {
    width: 100%;
    max-width: 275px;
  }
  .container-wrap_800 {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
    width: 100%;
  }
  .content_area {
    margin-top: 60px;
    min-width: 100%;
    width: 100%;
    min-height: 0;
  }

  .footer .contact {
    padding: 40px 0 30px;
  }
  .footer .contact p {
    font-size: 20px;
    line-height: 1.5em;
  }
  .footer .contact ul {
    margin-top: 15px;
  }
  .footer .contact li {
    float: none;
    width: 100%;
  }
  .footer .contact .num_wrap{
    display: table;
    margin: auto;
    padding-left: 60px;
    position: relative;
    font-size: 2.6rem;
    font-weight: 400;
  }
  .footer .contact li.fax ,
  .footer .contact li.tel {
    border-right: 0;
    border-bottom: 1px solid #c9c9c9;
    background: none;
    height: auto;
  }
  .footer .contact li.fax .num_wrap:before ,
  .footer .contact li.tel .num_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .footer .contact li.tel {
    padding: 14px 0 9px;
    border-top: 1px solid #c9c9c9;
    width: 100%;
  }
  .footer .contact li.tel .num_wrap:before {
    background-image: url(../images/common/ico_tel.png);
  }
  .footer .contact li.fax {
    padding: 14px 0 9px;
    width: 100%;
    line-height: 55px;
  }
  .footer .contact li.fax .num_wrap:before {
    top: 1px;
    background-image: url(../images/common/ico_fax.png);
  }
  .footer .contact li.btn_area a {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 315px;
  }
  .footer .btn_totop a {
    padding-top: 10px;
    line-height: 40px;
  }
  .footer .btn_totop a:before {
    top: 10px;
    background-size: contain;
    height: 8px;
  }
  .footer .btn_totop a:hover {
    opacity: 1;
  }
  .footer .btn_totop a:hover:before {
    top: 10px;
  }
  .footer .btn_totop a img {
    width: 50px;
  }
  .footer .footer_bottom {
    padding: 0;
  }
  .footer .footer_bottom .container-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer_bottom ul {
    margin: 0;
    width: 100%;
  }
  .footer .footer_bottom ul::after {
    content: "";
    clear: both;
    display: block;
  }
  .footer .footer_bottom li {
    margin-right: 0;
    border-top: 1px solid #aaa;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px; 
  }
  .footer .footer_bottom li:before {
    top: -1px;
    position: relative;
  }
  .footer .footer_bottom li:nth-child(1),
  .footer .footer_bottom li:nth-child(3){
    border-right: 1px solid #aaa;
  }
  .footer .footer_bottom li:nth-last-child(2){
    border-bottom: 1px solid #aaa;
  }
  .footer .footer_bottom li:last-child{
    border-bottom: 1px solid #aaa;
    /*width: 100%;*/
  }
  .footer .footer_bottom li a {
    font-size: 1.4rem;
  }
  .footer .footer_bottom h1{
    padding: 0 20px;
  }
  .footer .footer_bottom h1 img{
    width: 240px;
  }
  .footer .footer_bottom .bnr_area {
    margin-bottom: 30px;
  }
  .footer .footer_bottom .copyright {
    padding: 0 30px 10px 30px;
  }

  /* MFP POPUP */
  .mfp-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media (max-width: 320px) { /* iPhone5 */

  .footer .contact li.btn_area a {
    max-width: 290px;
  }

}