@media screen and (min-width: 769px) {
  .p_top .mv__main--intro {
    padding-top: 60px;
  }
  .p_top .diagnosis .diagnosis_list li:nth-of-type(1) {
    width: 1000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px auto -9px;
    padding-bottom: 5px;
  }
  .p_top .diagnosis .diagnosis_list li:nth-of-type(1) a {
    width: 446px;
    margin: 9px 15px;
  }
  .p_top .diagnosis .diagnosis_list li:nth-of-type(1) a.diagnosis_tel > span {
    font-size: 49.95px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) {
    width: 850px;
    margin: auto;
    padding-bottom: 5px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1)::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .d_lb {
    width: 448px;
    float: left;
    padding: 5px 0;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_tel {
    width: 448px;
    float: left;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_tel > span {
    font-size: 50.21px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_line {
    width: 370px;
    float: right;
    margin-top: -45px;
    height: 62px;
    margin-bottom: 14px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_line span {
    font-size: 19.91px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_line time {
    font-size: 13.03px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_line::before {
    width: 34.01px;
    height: 32.01px;
    left: 31px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_line::after {
    width: 42.35px;
    height: 18.59px;
    font-size: 24.79px;
    right: 15.76px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_download {
    width: 370px;
    float: right;
    height: 62px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_download span {
    font-size: 19.91px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_download time {
    font-size: 13.03px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_download::before {
    width: 37.32px;
    height: 32.52px;
    left: 24.58px;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) .diagnosis_download::after {
    width: 42.35px;
    height: 18.59px;
    font-size: 24.79px;
    right: 15.76px;
  }
  .p_top .quick {
    background: #fff;
    padding: 0;
  }
  .p_top .quick .row {
    background: #F2F4F6;
    padding: 50px 75px 60px;
  }
  .p_top .quick .row .ttl {
    margin-bottom: 30px;
  }
  .p_top .quick .row .form {
    padding: 38px;
    -moz-border-radius: 0;
         border-radius: 0;
    border: none;
  }
  .p_top .quick .row .form dl dt {
    width: 228px;
  }
  .p_top .quick .row .form dl dd .select {
    width: 352px;
  }
  .ctaFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF662F), to(#EFA631));
    background: -webkit-linear-gradient(bottom, #FF662F 0%, #EFA631 100%);
    background: -moz- oldlinear-gradient(bottom, #FF662F 0%, #EFA631 100%);
    background: linear-gradient(0deg, #FF662F 0%, #EFA631 100%);
    padding: 11px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ctaFixed__tel {
    position: relative;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 60px;
  }
  .ctaFixed__tel::before {
    position: absolute;
    content: "";
    width: 52px;
    height: 52px;
    background: url("../img/ctaFixedTel.png") 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%);
  }
  .ctaFixed__tel small {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
  }
  .ctaFixed__tel span {
    font-size: 30px;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #F6FAFF;
    white-space: nowrap;
    display: inline-block;
    margin-top: 6px;
  }
  .ctaFixed__local {
    display: inline-block;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 5px #ff5a00;
         box-shadow: 0 0 5px #ff5a00;
    padding: 10px 28px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #3B3B3B;
    margin-left: 41px;
  }
  .ctaFixed__local span {
    font-size: 18px;
    color: #FF7428;
  }
  .p_top .footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p_top .diagnosis .diagnosis_list li:nth-of-type(1) {
    padding-bottom: 1.20773vw;
  }
  .p_top .contact .diagnosis_list li:nth-of-type(1) {
    padding-bottom: 1.20773vw;
  }
  .p_top .quick {
    padding: 0;
  }
  .p_top .quick .row {
    padding-top: 10.86957vw;
    padding-bottom: 9.42029vw;
  }
  .p_top .quick .row .ttl {
    margin-bottom: 3.62319vw;
  }
  .p_top .quick .row .form {
    padding: 20px 15px;
    background: #fff;
    -moz-border-radius: 0;
         border-radius: 0;
    border: none;
  }
  .ctaFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 3.62319vw;
  }
  .ctaFixed__tel {
    position: relative;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 14.97585vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.48309vw 2.89855vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.48309vw 2.89855vw rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(linear, left bottom, left top, from(#FF662F), to(#EFA631));
    background: -webkit-linear-gradient(bottom, #FF662F 0%, #EFA631 100%);
    background: -moz- oldlinear-gradient(bottom, #FF662F 0%, #EFA631 100%);
    background: linear-gradient(0deg, #FF662F 0%, #EFA631 100%);
  }
  .ctaFixed__tel::before {
    position: absolute;
    content: "";
    width: 10.62802vw;
    height: 10.62802vw;
    background: url("../img/ctaFixedTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 5.7971vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctaFixed__tel::after {
    position: absolute;
    content: "";
    width: 4.10628vw;
    height: 6.03865vw;
    background: url("../img/ctaFixedArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 7.97101vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctaFixed__tel small {
    font-size: 3.1401vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
  }
  .ctaFixed__tel span {
    font-size: 7.72947vw;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #F6FAFF;
    white-space: nowrap;
    display: inline-block;
    margin-top: 1.44928vw;
  }
  .ctaFixed__local {
    width: 92.75362vw;
    position: absolute;
    top: -7.72947vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0.72464vw 0vw 2.17391vw;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 700;
    color: #3B3B3B;
    text-align: center;
  }
  .ctaFixed__local::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/ctaFixedMess.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0.48309vw 4.10628vw rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0 0.48309vw 4.10628vw rgba(0, 0, 0, 0.15));
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ctaFixed__local span {
    font-size: 3.86473vw;
    color: #FF7428;
  }
  .p_top .footer {
    padding-bottom: 24.15459vw;
  }
}
