@media screen and (min-width: 769px), print {
  .ttl {
    margin-top: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 35px;
  }
  .ttl:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    margin: 20px auto 0;
    background: #1a3f92;
  }
  .contact .c_qa {
    background: #efefef;
    padding: 80px 0;
  }
  .contact .c_qa_ct_list dl + dl {
    margin-top: 60px;
  }
  .contact .c_qa_ct_list dl dt {
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 235px;
    width: 100%;
    height: 136px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #efefef;
    position: relative;
    z-index: 1;
  }
  .contact .c_qa_ct_list dl dt:before {
    content: 'Q';
    font-size: 52px;
    width: 84px;
    height: 84px;
    background: #b42525;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact .c_qa_ct_list dl dd {
    background: #fff;
    font-size: 2rem;
    line-height: 1.7;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 10px 30px 235px;
    min-height: 135px;
    position: relative;
word-break : break-all;
  }
  .contact .c_qa_ct_list dl dd:before {
    content: 'A';
    font-size: 52px;
    width: 84px;
    height: 84px;
    background: #1a3f92;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact .c_form {
    padding: 80px 0;
  }
  .contact .c_form_in p {
    font-size: 2rem;
    line-height: 1.5;
  }
  .contact .c_form_in p span {
    color: #ff0000;
  }
  .contact .c_form_in p + p {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .contact .c_form_tb {
    border-top: 1px solid #707070;
  }
  .contact .c_form_tb_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
  }
  .contact .c_form_tb_group label {
    width: 231px;
    font-size: 2rem;
    line-height: 1;
    color: #707070;
    font-weight: bold;
  }
  .contact .c_form_tb_group label strong {
    color: #ff0000;
  }
  .contact .c_form_tb_group p {
    width: -webkit-calc(100% - 231px);
    width: -moz-calc(100% - 231px);
    width: calc(100% - 231px);
  }
  .contact .c_form_tb_group p input {
    width: 100%;
    border: none;
    background: #efefef;
    height: 63px;
    font-size: 2rem;
    line-height: 1;
    padding: 0 20px;
    outline: transparent;
  }
  .contact .c_form_tb_group p textarea {
    width: 100%;
    border: none;
    background: #efefef;
    height: 187px;
    font-size: 2rem;
    line-height: 1.5;
    padding: 20px;
    outline: transparent;
  }
  .contact .c_form_tb .btn {
    width: 360px;
    margin: 50px auto 0;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .contact .c_form_tb .btn:after {
    background: url("/wp-content/themes/techdrone/assets/images/icon_arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    width: 25px;
    height: 9px;
    content: "";
    right: 20px;
    top: 34%;
    margin-top: -5px;
  }
  .contact .c_form_tb .btn input {
    background: #707070;
    color: #fff;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 20px;
    position: relative;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
  }
  .contact .c_form_tb .btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .ttl {
    margin-top: 9.33333vw;
    text-align: center;
    font-weight: bold;
    font-size: 4.93333vw;
    line-height: 1;
    margin-bottom: 4.66667vw;
  }
  .ttl:after {
    content: '';
    width: 13.33333vw;
    height: 0.8vw;
    display: block;
    margin: 2.66667vw auto 0;
    background: #1a3f92;
  }
  .contact .c_qa {
    background: #efefef;
    padding: 10.66667vw 0;
  }
  .contact .c_qa_ct_list dl + dl {
    margin-top: 8vw;
  }
  .contact .c_qa_ct_list dl dt {
    background: #fff;
    -moz-box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.4);
         box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.4);
    font-size: 4vw;
    line-height: 1.5;
    padding: 0 2.66667vw 0 20vw;
    width: 100%;
    height: 21.76vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #efefef;
    position: relative;
    z-index: 1;
  }
  .contact .c_qa_ct_list dl dt:before {
    content: 'Q';
    font-size: 8.26667vw;
    width: 13.44vw;
    height: 13.44vw;
    background: #b42525;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 2.66667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact .c_qa_ct_list dl dd {
    background: #fff;
    font-size: 4vw;
    line-height: 1.7;
    width: 100%;

    padding: 4vw 2.66667vw 4vw 20vw;
    min-height: 21.76vw;
    position: relative;
  }

  .contact .c_qa_ct_list dl dd:before {
    content: 'A';
    font-size: 8.26667vw;
    width: 13.44vw;
    height: 13.44vw;
    background: #1a3f92;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 2.66667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact .c_form {
    padding: 10.66667vw 0;
  }
  .contact .c_form_in p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .contact .c_form_in p span {
    color: #ff0000;
  }
  .contact .c_form_in p + p {
    margin-top: 4vw;
    margin-bottom: 7.33333vw;
  }
  .contact .c_form_tb {
    border-top: 2px solid #707070;
  }
  .contact .c_form_tb_group {
    padding: 5.33333vw 0;
    border-bottom: 2px solid #707070;
  }
  .contact .c_form_tb_group label {
    font-size: 4vw;
    line-height: 1;
    color: #707070;
    font-weight: bold;
    margin-bottom: 2.66667vw;
    display: block;
  }
  .contact .c_form_tb_group label strong {
    color: #ff0000;
  }
  .contact .c_form_tb_group p input {
    width: 100%;
    border: none;
    background: #efefef;
    height: 12.6vw;
    font-size: 4vw;
    line-height: 1;
    padding: 0 2.66667vw;
    outline: transparent;
  }
  .contact .c_form_tb_group p textarea {
    width: 100%;
    border: none;
    background: #efefef;
    height: 37.4vw;
    font-size: 4vw;
    line-height: 1.5;
    padding: 2.66667vw;
    outline: transparent;
  }
  .contact .c_form_tb .btn {
    width: 53.33333vw;
    margin: 6.66667vw auto 0;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .contact .c_form_tb .btn:after {
    background: url("/wp-content/themes/techdrone/assets/images/icon_arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    width: 4vw;
    height: 4vw;
    content: "";
    right: 2.66667vw;
    top: 34%;
    margin-top: -0.66667vw;
  }
  .contact .c_form_tb .btn input {
    background: #707070;
    color: #fff;
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 2.66667vw;
    position: relative;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
  }
}
