@media screen and (min-width: 769px), print {
  .topics {
    padding: 52px 0 33px;
  }
  .topics .ttl {
    margin-bottom: 17px;
  }
  main .top {
    background: #f3f3f3;
    padding: 16px 60px 20px;
  }
  main .top .check > label {
    width: 164px;
  }
  main .top .check .wrap {
    width: -webkit-calc(100% - 164px);
    width: -moz-calc(100% - 164px);
    width: calc(100% - 164px);
  }
  main .top .check.fa_01 .wrap > ul > li {
    width: auto;
    margin-right: 16px;
    margin-bottom: 5px;
  }
  main .top .check.fa_02 .wrap > ul > li {
    width: auto;
    margin-right: 21px;
    margin-bottom: 5px;
  }
  main .top .btn_list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 9px;
  }
  main .top .btn_list button {
    display: block;
    width: 135px;
    height: 29px;
    background: #cb1101;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0 3.5px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  main .top .btn_list button.bg_gray {
    background: #606060;
  }
  main .top .btn_list button:hover {
    opacity: 0.8;
  }
  .faq {
    padding: 30px 0 33px;
  }
  .faq .ttl {
    margin-bottom: 16px;
  }
  .faq .block_new .box .check:nth-of-type(3) > label {
    letter-spacing: -0.4px;
    text-indent: -3px;
  }
  .faq .block_new .box .check:nth-of-type(3) > label span {
    padding-right: 20px;
    padding-left: 0;
  }
  .faq .block_new .box .check > label {
    width: 138px;
  }
  .faq .block_new .box .check .wrap {
    width: -webkit-calc(100% - 138px);
    width: -moz-calc(100% - 138px);
    width: calc(100% - 138px);
  }
  .faq .block_new .box .check .wrap > ul > li:nth-of-type(3n+2) {
    width: 201px;
  }
  .faq .block_new .box .check .wrap > ul > li:nth-of-type(3n+3) {
    width: 176px;
  }
  .product {
    padding: 30px 0 94px;
  }
  .product .ttl {
    margin-bottom: 10px;
  }
  .product .list_prd .box ul {
    display: block;
  }
  .product .list_prd .box ul li {
    width: 100%;
  }
  .product .list_prd .box ul li a:before {
    top: 7px;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .topics {
    padding: 7.03125vw 0 6.38021vw;
  }
  .topics .ttl {
    margin-bottom: 5.07812vw;
  }
  main .top {
    background: #f3f3f3;
    padding: 5.46875vw 2.60417vw 6.51042vw;
    margin: 0 -2.60417vw 0;
  }
  main .top .btn_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.20833vw;
  }
  main .top .btn_list button {
    display: block;
    width: 45.96354vw;
    height: 10.41667vw;
    background: #cb1101;
    font-size: 3.64583vw;
    line-height: 10.41667vw;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }
  main .top .btn_list button.bg_gray {
    background: #606060;
  }
  .faq {
    padding: 5.20833vw 0;
  }
  .faq .ttl {
    margin-bottom: 5.07812vw;
  }
  .product {
    padding: 6.38021vw 0 4.94792vw;
  }
  .product .ttl {
    margin-bottom: 7.55208vw;
  }
  .product .list_prd .box ul {
    display: block;
  }
  .product .list_prd .box ul li {
    width: 100%;
  }
  .product .list_prd .box ul li a:before {
    top: 2px;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
