/* responsive */
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

@media only screen and (max-device-width: 1024px) {

    }

@media only screen and (max-device-width: 768px) {

  p,th,td,li,.qa_section .answer p, .answer li{
    font-size: 14px;
    letter-spacing: 1px;
  }

.is_pc,.fixed .is_pc{
  display: none;
}

.is_sp{
  display: inline-block;
}

.top_sp_text{
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 10px;
}

  /* header */
  header{
    position: fixed;
    width: 100%;
    top:0;
    background: #ffffff;
  }

  .header .nav_menu li a{
    font-size: 13px;
    border-bottom: 1px dashed #c1c1c1;
    color: #333333;
    text-align: left;
    position: relative;
    padding: 15px 10px;
  }

  .header .nav_menu li a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #004ea2;
    font-size: 12px;
    position: absolute;
    right: 0;
    top:15px;
  }

  .nav_menu i{
    padding-right:10px;
  }

  .menu_logo img{
    width: 65px;
  }

  .hamburger-menu{
    display: block;
  }

  .car_icon_container{
    padding-top:75px;
  }

  .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    font-size: 10px;
    padding-top: 20px;
    color: #004ea2;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #004ea2;
    position: absolute;
    top:15px;
  }

  .fixed .menu-btn span,
  .fixed .menu-btn span:before,
  .fixed .menu-btn span:after{
    background-color: #004ea2;
  }

  .menu-btn span:before {
    bottom: 7px;
  }

  .menu-btn span:after {
    top: 7px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    top:20px;
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    top:5px;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 5px;
    transform: rotate(-45deg);
  }

  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: #f8f8f8;
    transition: all 0.5s;
    padding:10px;
    margin-top:60px;
    display: block;
    border-top: 1px solid #f0f0f0;
  }

  header{
    height: 60px;
  }

  .header_top{
    background: #ffffff;
    height: 65px;
  }

  .header_top p{
    margin-left:10px;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 20%;
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .hamburger_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background: rgb(0 0 0 / 40%);
    display: block;
  }

  .header ul{
    display: block;
    margin-right: 0;
  }

.nav_menu li{
  width: 100%;
}

.cope{
  font-size: 11px;
  color: #7c7c7c;
  text-align: center;
  padding-top: 100px;
  display: block;
}

.subpage_h1 .en{
    font-size: 40px;
    bottom: -20px;
    right: 0;
}

}

@media only screen and (max-device-width: 480px) {

    .cal_2,.cal_3,.cal_4{
        width:100%;
}

.cal_5{
  width: calc(50% - 10px / 2);
  margin-bottom: 10px;
}

.logo_w{
  width: 150px;
  margin: 10px 0 0 20px;
}

.swiper{
  margin-top: 55px;
}

.top_text{
  width: 250px;
  left: 15px;
  top: auto;
  bottom: 50px;
}

.top_btnbox img{
  top: 200px;
}

.top_btn01{
  left:25px;
}

.top_btn02{
  left:195px;
}

.service_section{
  padding:0;
}

.service_section h2{
  margin-bottom:20px;
}

.service_img01{
  position: static;
  width: 100%;
  border-radius: 5px;
  margin-top: 24px;
}

.service_img02{
  width: 100px;
  bottom: -120px;
  left: -20px;
}

.service_img03{
  width: 120px;
  bottom: -200px;
  right: -20px;
}

.service_section .box_container{
  flex-direction: column-reverse;
}

.fixed{
  background: #44444459;
  position: fixed;
  bottom:0;
  top:auto;
  z-index: 99;
  padding:5px;
  text-align: center;
  width: 100%;
}

.footer_logo{
  width: 310px;
}

footer ul li{
  padding: 0 10px;
}

footer .inner {
  padding: 30px 20px 45px 20px;
}

small{
  padding: 20px 0 85px 0;
}

.subpage_h1{
  padding: 40px 5px 30px 5px;
  margin-top: 60px;
  background-position: 30%;
}

.table th, .table td{
  padding: 15px 10px;
}

.howto_section .cal_3{
margin-bottom:20px;
}

.post_item{
display: block;
}

.item_container .cal_5 p{
font-size: 12px;
}

.howto_section .number{
font-size: 100px;
left: auto;
right: -10px;
top: 0;
}

.howto_section h3 {
padding: 15px 0 10px 0;
font-size: 19px;
}

.howto_section .margin_bottom {
margin-bottom: 0;
 order:1;
}

.howto_section  .margin_bottom_sp{
margin-bottom:40px;
order: 2;
}

.howto_section .box_container{
flex-direction: column;
}

.en{
font-size: 50px;
}

.scroll{
left: auto;
right: 10px;
bottom: auto;
top: 46px;
width: 190px;
}

.scroll-bar-container{
background: #ffffff;
height: 2px;
}

.scroll-bar {
height: 2px;
width: 0%;
animation: growBar 8s linear infinite;
}

@keyframes growBar {
0% {
  width: 0%;
}
100% {
  width:100%;
}
}

.subpage .text_box{
  padding: 15px 20px;
}

.tell_btn_sp img, .line_btn_sp img{
  box-shadow: 0px 2px 2px rgb(44 44 44 / 17%);
}

.breadcrumbs{
 padding: 30px 16px 0 16px;
}

}

@media only screen and (max-device-width: 320px) {
  .top_text{
    width: 230px;
  }

  .top_btnbox img {
    top: 180px;
    width: 130px;
}

.top_btn02 {
  left: 160px;
}

  .footer_logo {
    width: 265px;
}

.tell_btn_sp img{
  width: 151px;
}

.line_btn_sp img,.mail_btn_sp img{
  width: 73px;
}

}