@media screen and (min-width: 769px), print {
  .header .header_l ul li.tel {
    margin-right: 13px;
  }
  .header .header_l ul li.tel a {
    width: auto;
    height: auto;
  }
  .header .header_l ul li.card {
    line-height: 0;
    margin-right: 24px;
    width: 273px;
  }
  .header .header_l ul li.card img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .header .header_l ul {
    padding: 0 17.63285vw 0 0;
    height: 16.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0vw;
  }
  .header .header_l ul li.mail {
    right: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .header .header_l ul li.tel {
    margin-right: 0;
  }
  .header .header_l ul li.tel a {
    width: auto;
    height: auto;
    border: 0;
  }
  .header .header_l ul li.tel a span {
    display: inline-block;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #E5334A;
    padding-left: 6.95652vw;
    position: relative;
  }
  .header .header_l ul li.tel a span::before {
    position: absolute;
    content: "";
    width: 5.88647vw;
    height: 5.343vw;
    background: url("../img/ic_phone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header_l ul li.card {
    line-height: 0;
    width: 39.37198vw;
    margin-right: 0;
  }
  .header .header_l ul li.card img {
    width: 100%;
    height: auto;
  }
  .ctaFixed {
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .ctaFixed .timeCal {
    max-width: 92.75362vw;
    height: 10.38647vw;
    width: 100%;
    margin: auto;
    background: url("../img/ctaUnion.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #000000;
    padding-top: 0.96618vw;
  }
  .ctaFixed .timeCal span {
    color: #E88A50;
  }
  .ctaFixed .btnTel {
    background: #E5334A;
    width: 100%;
    margin-top: -0.96618vw;
    padding: 1.69082vw 3.62319vw;
  }
  .ctaFixed .btnTel a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 15.94203vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 17.23913vw;
    -moz-box-shadow: 0 0.72464vw 1.44928vw rgba(159, 11, 30, 0.8);
         box-shadow: 0 0.72464vw 1.44928vw rgba(159, 11, 30, 0.8);
  }
  .ctaFixed .btnTel a::before {
    position: absolute;
    content: "";
    width: 11.34541vw;
    height: 10.2971vw;
    background: url("../img/ctaPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.28502vw;
  }
  .ctaFixed .btnTel a::after {
    position: absolute;
    content: "";
    width: 8.2029vw;
    height: 15.41546vw;
    background: url("../img/ctaHand.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0.96618vw;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
    right: 1.20773vw;
  }
  .ctaFixed .btnTel a span {
    font-size: 8.45411vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #C31B31;
  }
  .ctaFixed .btnTel a time {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #C31B31;
    margin-top: 0.72464vw;
  }
  .footer_bot {
    padding-bottom: 28.98551vw;
  }
}
