/* ============================================
   顧客管理システム（CRM）開発会社診断
   WordPress用CSS
   ============================================ */
#crmShindan{max-width:640px!important;margin:48px auto!important;font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif!important;-webkit-font-smoothing:antialiased!important}
#crmShindan *{box-sizing:border-box!important}
#crmShindan p{margin:0!important;padding:0!important}
#crmShindan br{display:none!important}
#crmShindan .shindan-step{display:none!important}
#crmShindan .shindan-step.active{display:block!important;animation:crmFadeIn .25s ease-out}
@keyframes crmFadeIn{from{opacity:0}to{opacity:1}}
#crmShindan .shindan-start{background:#fff!important;border:1px solid #D1D5DB!important;border-radius:4px!important;padding:48px 32px!important;text-align:center!important}
#crmShindan .shindan-start__badge{display:inline-block!important;background:#2563EB!important;color:#fff!important;font-size:12px!important;font-weight:600!important;padding:6px 14px!important;border-radius:20px!important;margin:0 0 20px 0!important}
#crmShindan .shindan-start__title{font-size:24px!important;font-weight:700!important;color:#1a1a1a!important;margin:0 0 12px 0!important;padding:0!important;line-height:1.4!important}
#crmShindan .shindan-start__subtitle{font-size:14px!important;color:#666!important;margin:0 0 28px 0!important;padding:0!important;line-height:1.6!important}
#crmShindan .shindan-start__btn{display:inline-block!important;background:#2563EB!important;color:#fff!important;font-size:16px!important;font-weight:600!important;padding:16px 48px!important;border:none!important;border-radius:4px!important;cursor:pointer!important;transition:all .15s!important;margin:0!important}
#crmShindan .shindan-start__btn:hover{background:#1D4ED8!important}
#crmShindan .shindan-question{background:#fff!important;border:1px solid #D1D5DB!important;border-radius:4px!important;overflow:hidden!important}
#crmShindan .shindan-question__header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:16px 24px!important;background:#F9FAFB!important;border-bottom:1px solid #D1D5DB!important;margin:0!important}
#crmShindan .shindan-question__num{font-size:14px!important;font-weight:700!important;color:#2563EB!important;margin:0!important;padding:0!important}
#crmShindan .shindan-question__progress{font-size:12px!important;color:#888!important;margin:0!important;padding:0!important}
#crmShindan .shindan-progress{height:4px!important;background:#E5E7EB!important;margin:0!important;padding:0!important}
#crmShindan .shindan-progress__bar{height:100%!important;background:#2563EB!important;transition:width .3s!important}
#crmShindan .shindan-question__body{padding:32px 24px!important}
#crmShindan .shindan-question__text{font-size:18px!important;font-weight:600!important;color:#1a1a1a!important;margin:0 0 24px 0!important;padding:0!important;text-align:center!important}
#crmShindan .shindan-answers{display:flex!important;flex-direction:column!important;gap:12px!important;margin:0!important;padding:0!important}
#crmShindan .shindan-answers button{background:#fff!important;border:1px solid #D1D5DB!important;color:#333!important;font-size:15px!important;font-weight:500!important;padding:16px 20px!important;border-radius:4px!important;cursor:pointer!important;transition:all .15s!important;text-align:left!important;margin:0!important}
#crmShindan .shindan-answers button:hover{border-color:#2563EB!important;color:#2563EB!important;background:#EFF6FF!important}
#crmShindan .shindan-back{background:none!important;border:none!important;color:#888!important;font-size:13px!important;cursor:pointer!important;margin:24px 0 0 0!important;padding:8px 0!important}
#crmShindan .shindan-back:hover{color:#2563EB!important}
#crmShindan .shindan-result__header{background:#2563EB!important;color:#fff!important;text-align:center!important;padding:20px!important;border-radius:4px 4px 0 0!important;margin:0!important}
#crmShindan .shindan-result__header-text{font-size:16px!important;font-weight:600!important;margin:0!important;padding:0!important}
#crmShindan .shindan-result__body{background:#fff!important;border:1px solid #D1D5DB!important;border-top:none!important;border-radius:0 0 4px 4px!important;padding:24px!important}
#crmShindan .company-card{border:2px solid #2563EB!important;border-radius:4px!important;overflow:hidden!important;margin:0 0 20px 0!important;padding:0!important}
#crmShindan .company-card__badge{background:#2563EB!important;color:#fff!important;font-size:12px!important;font-weight:600!important;padding:8px 16px!important;margin:0!important}
#crmShindan .company-card__image{width:100%!important;height:180px!important;object-fit:cover!important;margin:0!important;padding:0!important}
#crmShindan .company-card__content{padding:20px!important}
#crmShindan .company-card__name{font-size:20px!important;font-weight:700!important;color:#1a1a1a!important;margin:0 0 4px 0!important;padding:0!important}
#crmShindan .company-card__type{font-size:12px!important;color:#2563EB!important;font-weight:600!important;margin:0 0 12px 0!important;padding:0!important}
#crmShindan .company-card__desc{font-size:14px!important;color:#555!important;line-height:1.7!important;margin:0 0 16px 0!important;padding:0!important}
#crmShindan .company-card__tags{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:0 0 16px 0!important;padding:0!important}
#crmShindan .company-card__tag{font-size:11px!important;padding:4px 10px!important;border-radius:3px!important;background:#EFF6FF!important;color:#2563EB!important;margin:0!important}
#crmShindan .company-card__tag--highlight{background:#2563EB!important;color:#fff!important}
#crmShindan .company-card__cta{display:block!important;width:100%!important;background:#2563EB!important;color:#fff!important;font-size:15px!important;font-weight:600!important;padding:14px!important;border:none!important;border-radius:4px!important;cursor:pointer!important;text-align:center!important;text-decoration:none!important;transition:all .15s!important;margin:0!important}
#crmShindan .company-card__cta:hover{background:#1D4ED8!important}
#crmShindan .shindan-result__sub{margin:24px 0 0 0!important;padding:0!important}
#crmShindan .shindan-result__sub-title{font-size:14px!important;font-weight:600!important;color:#666!important;margin:0 0 12px 0!important;padding:0 0 8px 0!important;border-bottom:1px solid #E5E7EB!important}
#crmShindan .company-card--sub{display:flex!important;align-items:center!important;gap:14px!important;padding:14px!important;border:1px solid #E5E7EB!important;border-radius:4px!important;margin:0 0 10px 0!important;background:#fff!important}
#crmShindan .company-card--sub:last-child{margin-bottom:0!important}
#crmShindan .company-card--sub .company-card__thumb{width:90px!important;height:50px!important;object-fit:cover!important;border-radius:2px!important;flex-shrink:0!important;margin:0!important;padding:0!important}
#crmShindan .company-card--sub .company-card__info{flex:1!important;min-width:0!important}
#crmShindan .company-card--sub .company-card__name{font-size:14px!important;font-weight:700!important;margin:0 0 2px 0!important;padding:0!important}
#crmShindan .company-card--sub .company-card__type{font-size:11px!important;color:#888!important;margin:0!important;padding:0!important}
#crmShindan .company-card--sub a.company-card__link{color:#2563EB!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important;white-space:nowrap!important;padding:8px 14px!important;border:1px solid #2563EB!important;border-radius:4px!important;transition:all .15s!important;display:inline-block!important;background:transparent!important;margin:0!important}
#crmShindan .company-card--sub a.company-card__link:hover{background:#2563EB!important;color:#fff!important}
#crmShindan button.shindan-retry{display:block!important;width:100%!important;background:#fff!important;border:1px solid #ddd!important;color:#666!important;font-size:13px!important;font-weight:500!important;padding:12px!important;border-radius:4px!important;cursor:pointer!important;margin:20px 0 0 0!important;transition:all .15s!important;box-shadow:none!important}
#crmShindan button.shindan-retry:hover{border-color:#2563EB!important;color:#2563EB!important;background:#fff!important}
@media (max-width:480px){
#crmShindan{margin:32px 16px!important}
#crmShindan .shindan-start{padding:36px 20px!important}
#crmShindan .shindan-start__title{font-size:20px!important}
#crmShindan .shindan-question__body{padding:28px 18px!important}
#crmShindan .shindan-question__text{font-size:16px!important}
#crmShindan .company-card--sub{flex-direction:column!important;text-align:center!important;gap:10px!important}
#crmShindan .company-card--sub .company-card__thumb{width:120px!important;height:67px!important}
#crmShindan .company-card--sub a.company-card__link{width:100%!important;text-align:center!important}
}
