@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .cv .inner,
  .gfooter .inner {
    width: 708px;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  .pcv {
    display: none !important;
  }
  .spv {
    display: block;
  }
  body {
    font-family:sans-serif;
  }
  .gheader {
    padding: 10px 0;
    width: 100%;
    height: 40px;
  }
  .gheader .inner {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
  .gheader h1 {
    text-align: center;
  }
  .gheader h1 img {
    width: 70px;
  }
  .gheader .gnav {
    position: static;
  }
  .gheader .gnav .btn_menu {
    position: fixed;
    top: 12px;
    left: 10px;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
  }
  .gheader .gnav .btn_menu i {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background-color: #4d4d4d;
    transition-duration: 0.25s;
  }
  .gheader .gnav .btn_menu i:nth-of-type(1) {
    top: 2px;
  }
  .gheader .gnav .btn_menu i:nth-of-type(2) {
    bottom: 2px;
  }
  .gheader .gnav ul {
    display: none;
    padding-top: 50px;
  }
  .gheader .gnav ul li {
    float: none;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .gheader .gnav ul li:first-child {
    margin-left: 0;
  }
  .gheader .gnav ul li a {
    text-decoration: none;
    color: #4d4d4d;
  }
  .gheader .gnav ul li a:hover {
    text-decoration: underline;
  }
  .gheader,
  .content,
  .gfooter {
    transition-duration: 0.25s;
  }
  .is_navopen .content,
  .is_navopen .gfooter {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  .is_navopen .gheader {
    height: 100%;
  }
  .is_navopen .gheader .btn_menu i:nth-of-type(1) {
    top: 6px !important;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is_navopen .gheader .btn_menu i:nth-of-type(2) {
    bottom: 6px !important;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .content {
    padding: 50px 0 0;
  }
  .content > .inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 45px 60px;
    width: auto;
    background-color: #fff;
  }
  .btn {
    margin: 0 auto;
    width: 280px;
  }
  .btn a {
    font-size: 18px;
  }
  .btn.pt_l a {
    font-size: 18px;
  }
  .cv {
    padding: 30px 10px;
    background-color: #f7f7f7;
  }
  .cv .inner {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .cv .cv_head {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  .cv .cv_head .heading {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
  }
  .cv .cv_head .heading::after {
    margin: 15px auto 20px;
  }
  .cv .cv_head .tel {
    font-size: 30px;
    text-align: center;
  }
  .cv .cv_head .tel a {
    text-decoration: none;
    color: #333;
  }
  .cv .cv_head .tel small {
    display: block;
    font-size: 14px;
    color: #333;
  }
  .cv .cv_btns {
    float: none;
    width: 100%;
  }
  .cv .cv_btns .btn:first-child {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .fixed_cv {
    padding: 10px 0;
  }
  .fixed_cv .cv_head {
    float: none;
    display: block;
    padding-left: 0;
    display: none;
  }
  .fixed_cv .cv_head .heading {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .fixed_cv .cv_btns {
    float: none;
    text-align: center;
  }
  .fixed_cv .cv_btns .btn {
    margin: 0 10px 0;
    display: inline-block;
    float: none;
    width: 40%;
  }
  .fixed_cv .cv_btns .btn a {
    padding: 10px 0;
  }
  .gfooter {
    padding: 10px 0;
    font-size: 12px;
  }
  .gfooter .inner {
    position: relative;
    margin: 0 auto;
    width: auto;
  }
  .gfooter a:hover {
    text-decoration: underline;
  }
  .gfooter ul {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .gfooter ul li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .gfooter ul li::before {
    display: none;
  }
  .gfooter ul li:first-child::before {
    display: none;
  }
  .gfooter .copyright {
    float: none;
    text-align: center;
  }
}
