@media screen and (min-width: 769px), print {
  .faq .ttl h1 {
    padding-left: 97px;
  }
  .faq .ttl h1::before {
    width: 81px;
    height: 54px;
    background: url("../../images/faq/icon_ttl.webp") no-repeat;
    top: -9px;
    left: 4px;
  }
  .faq_tabs {
    margin-top: 53px;
    display: flex;
    justify-content: center;
  }
  .faq_tabs a {
    width: min(25%, 174px);
    height: 37px;
    border: 1px solid #0CAD50;
    color: #0CAD50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  .faq_tabs a:not(:first-child) {
    border-left: none;
  }
  .faq_tabs a:hover {
    color: #0CAD50;
  }
  .faq_main {
    padding: 12px 0 102px;
  }
  .faq_content {
    margin-top: 60px;
  }
  .faq_content h3 {
    border-bottom: 1px solid #0CAD50;
  }
  .faq_content h3 span {
    background-color: #0CAD50;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 1.5em;
    display: flex;
    align-items: center;
    width: min(100%, 384px);
    height: 44px;
  }
  .faq_list {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2;
  }
  .faq_list dl {
    border-bottom: 1px solid #d2d2d2;
    line-height: 31px;
  }
  .faq_list dl dt {
    position: relative;
    padding: 20px 56px 20px 40px;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .faq_list dl dt:before, .faq_list dl dt:after {
    position: absolute;
  }
  .faq_list dl dt:before {
    content: "";
    position: absolute;
    background: url("../../images/faq/q.webp") no-repeat;
    width: 25px;
    height: 34px;
    top: 19px;
    left: 0;
    color: #03a744;
  }
  .faq_list dl dt:after {
    content: "";
    background: url("../../images/faq/btn_normal.webp") no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    right: 0;
  }
  .faq_list dl dt.active:after {
    background: url("../../images/faq/btn_active.webp") no-repeat;
  }
  .faq_list dl dd {
    position: relative;
    padding: 0 56px 0 43px;
    color: #fe8524;
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 25px;
    display: none;
  }
  .faq_list dl dd:before {
    content: "A";
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 46px;
    line-height: 1;
    left: 0;
    top: 0;
    color: #fe8524;
  }
  .faq_list dl dd p {
    color: inherit;
    text-align: left;
    margin-top: 0;
  }
  .faq_list p {
    color: #03a744;
    font-size: 1.6rem;
    line-height: 31px;
    text-align: center;
    margin-top: 23px;
  }
  .faq_list .btn {
    background: #03a744;
    width: 254px;
    height: 50px;
    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;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.6rem;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 32px auto 0;
    padding: 0;
  }
  .faq_list .btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #6dcc16;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .faq_list .btn:hover {
    opacity: 1;
  }
  .faq_list .btn:hover:before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .faq_list .btn:hover::after {
    right: 15px;
  }
  .faq_list .btn:after {
    content: "";
    position: absolute;
    background: url("../../images/faq/icon_btn.webp") no-repeat;
    width: 22px;
    height: 21px;
    right: 15px;
    top: 15px;
    margin-right: 0;
  }
  .faq .aside {
    width: 271px;
  }
}
@media screen and (max-width: 768px) {
  .faq .ttl h1 {
    padding-left: 50px;
  }
  .faq .ttl h1 .faq {
    padding-bottom: 100px;
  }
  .faq .ttl h1::before {
    width: 38px;
    height: 38px;
    background-image: url("../../images/faq/icon_ttl.webp");
    top: -7px;
    left: 4px;
  }
  .faq_tabs {
    margin-top: 53px;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .faq_tabs a {
    width: 50%;
    height: 45px;
    border: 1px solid #0CAD50;
    color: #0CAD50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  .faq_tabs a:nth-child(2), .faq_tabs a:nth-child(4) {
    border-left: none;
  }
  .faq_tabs a:first-child, .faq_tabs a:nth-child(2), .faq_tabs a:nth-child(3) {
    border-bottom: none;
  }
  .faq_tabs a:hover {
    color: #0CAD50;
  }
  .faq_main {
    padding: 0 3.90625% 0;
  }
  .faq_content {
    margin-top: 60px;
  }
  .faq_content h3 {
    border-bottom: 1px solid #0CAD50;
  }
  .faq_content h3 span {
    background-color: #0CAD50;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 1.5em;
    display: flex;
    align-items: center;
    width: min(100%, 384px);
    height: 44px;
  }
  .faq_list {
    margin-top: 10px;
    border-top: 1px solid #d2d2d2;
  }
  .faq_list dl {
    border-bottom: 1px solid #d2d2d2;
    line-height: 20px;
  }
  .faq_list dl dt {
    position: relative;
    padding: 20px 31px;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: justify;
    cursor: pointer;
  }
  .faq_list dl dt:before, .faq_list dl dt:after {
    position: absolute;
  }
  .faq_list dl dt:before {
    content: "";
    position: absolute;
    background: url("../../images/faq/q.webp") no-repeat;
    width: 21px;
    height: 27px;
    -moz-background-size: contain;
    background-size: contain;
    top: 17px;
    left: 0;
    color: #03a744;
  }
  .faq_list dl dt:after {
    content: "";
    background: url("../../images/faq/btn_normal.webp") no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
  }
  .faq_list dl dt.active:after {
    background: url("../../images/faq/btn_active.webp") no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .faq_list dl dd {
    position: relative;
    color: #fe8524;
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 19px;
    padding: 0 31px;
    display: none;
  }
  .faq_list dl dd:before {
    content: "A";
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 31px;
    line-height: 1;
    left: 0;
    top: 0;
    color: #fe8524;
  }
  .faq_list dl dd p {
    color: inherit;
    text-align: left;
    margin-top: 0;
  }
  .faq_list p {
    color: #03a744;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    margin-top: 23px;
  }
  .faq_list .btn {
    background: #03a744;
    width: 230px;
    height: 49px;
    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;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.4rem;
    line-height: 49px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 17px auto 0;
    padding: 0;
  }
  .faq_list .btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #6dcc16;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .faq_list .btn:hover {
    opacity: 1;
  }
  .faq_list .btn:hover:before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .faq_list .btn:hover::after {
    right: 15px;
  }
  .faq_list .btn:after {
    content: "";
    position: absolute;
    background: url("../../images/faq/icon_btn.webp") no-repeat;
    width: 22px;
    height: 21px;
    right: 15px;
    top: 15px;
    margin-right: 0;
  }
}