.bn-list-faq01.type05 {}
.bn-list-faq01.type05 ul {border-top: 2px solid #000E2D;}
.bn-list-faq01.type05 ul li {border-bottom: 1px solid #ddd;position: relative;}
.bn-list-faq01.type05 ul li .b-quest-box {display: flex;justify-content: flex-start;align-items: center;gap: 26px;padding: 23px 20px;background: url(../img/industry/faq-plus.png) no-repeat center right 20px;min-height: 100px;box-sizing: border-box; }
.bn-list-faq01.type05 ul li .b-quest-box.faq-close {background: url(../img/industry/faq-minus.png) no-repeat center right 20px;}
.bn-list-faq01.type05 ul li .b-quest-box > span {font-weight: 800;font-size: 30px;line-height: 1;letter-spacing: -0.02em;text-transform: uppercase;color: #07B0C3;text-align: center;}
.bn-list-faq01.type05 ul li .b-quest-box .b-title-box { flex: 1; cursor: pointer; }
.bn-list-faq01.type05 ul li .b-quest-box .b-title-box a {display: block;padding-right: 25px;pointer-events: none;font-weight: 700;font-size: 20px;line-height: 160%;letter-spacing: -0.02em;color: #222222;vertical-align: middle;text-transform: capitalize; }
.bn-list-faq01.type05 ul li .b-quest-box:has(.b-btn-modify) .b-title-box a { padding-right: 0; }
.bn-list-faq01.type05 ul li .b-quest-box .b-btn-modify { padding: 15px 21px; border-radius: 40px; background: #004BAE; box-sizing: border-box; font-weight: 700; font-size: 14px; line-height: 140%; letter-spacing: -0.01em; color: #FFFFFF; margin-right: 30px; }
.bn-list-faq01.type05 ul li .b-quest-box .b-btn-modify:hover { background: #001A54; }
.bn-list-faq01.type05 ul li .b-ans-box { display: none; background: #EFF3F6; }
.bn-list-faq01.type05 ul li .b-ans-box > div { display: flex; justify-content: flex-start; gap: 26px; padding: 40px 90px 40px 20px;position:relative;border-top: 1px solid #ddd;background: #F9F9F9;}
.bn-list-faq01.type05 ul li .b-ans-box > div span {font-weight: 800;font-size: 30px;line-height: 1;letter-spacing: -0.02em;color: #07B0C3;text-align: center;}
.bn-list-faq01.type05 ul li .b-ans-box > div p {font-weight: 500;font-size: 16px;line-height: 160%;letter-spacing: -0.02em;color: #222222;}
.bn-list-faq01.type05 ul li .b-ans-box > div .btn-box { margin: 30px 0; }
.bn-list-faq01.type05 ul li .b-ans-box > div a.link-page {font-weight: 700;font-size: 15px;line-height: 140%;letter-spacing: -0.01em;color: #0A60FF;display: inline-flex;align-items: center;justify-content: space-between;padding: 12px 21px;border: 1px solid #0A60FF;min-width: 195px;box-sizing: border-box;border-radius: 45px;transition: all .3s ease;}
.bn-list-faq01.type05 ul li .b-ans-box > div a.link-page:after{content:'';width: 21px;height: 21px;background: url(../img/industry/faq-btn.png) no-repeat center;display: inline-block;}
.bn-list-faq01.type05 ul li .b-ans-box > div a.link-page:hover{background: #0A60FF;color: #fff;}
.bn-list-faq01.type05 ul li .b-ans-box > div a.link-page:hover:after{filter: brightness(0) invert(1);}
.bn-list-faq01.type05 ul li .b-ans-box > div .img-box { text-align: left; width: 100%; max-width: 446px; }

@media (max-width: 768px) {
  .bn-list-faq01.type05 ul li .b-quest-box { gap: 16px; padding: 16px; min-height: 70px; }
  .bn-list-faq01.type05 ul li .b-quest-box > span { font-size: 20px; }
  .bn-list-faq01.type05 ul li .b-quest-box .b-title-box a { font-size: 16px; }
  .bn-list-faq01.type05 ul li .b-ans-box > div { gap: 16px; padding: 20px 16px 20px 16px; }
  .bn-list-faq01.type05 ul li .b-ans-box > div span { font-size: 20px;}
  .bn-list-faq01.type05 ul li .b-ans-box > div p { font-size: 15px; }
  .bn-list-faq01.type05 ul li .b-ans-box > div .btn-box { margin: 20px 0; }
}