@charset "UTF-8";
/*    custom
--------------------------------------------------------------------------------*/

/*▼タブレット以下のmedia query*/
@media screen and (max-width: 768px) {

}


/* 2026-03-26 */

.rv-survey-wrap{color:#3D3D3D;line-height:1.85;max-width:820px;margin:0 auto;padding:0 16px;}
.rv-survey-wrap *{box-sizing:border-box;}
.rv-survey-wrap h1{font-size:1.7em;font-weight:800;line-height:1.4;margin:0 0 12px;border-left:5px solid #1DBC64;padding-left:14px;}
.rv-survey-wrap .rv-lead{font-size:1.05em;color:#555;margin-bottom:32px;padding:16px 20px;background:linear-gradient(135deg,#f8fdf5 0%,#fefcf0 100%);border-radius:8px;}
.rv-survey-wrap h2{font-size:1.35em;font-weight:700;margin:48px 0 16px;padding:10px 16px;background:linear-gradient(90deg,#1DBC64,#FDCE3D);color:#fff;border-radius:6px;}
.rv-survey-wrap h3{font-size:1.15em;font-weight:700;margin:32px 0 12px;padding-bottom:6px;border-bottom:2px solid #1DBC64;}
.rv-survey-wrap p{margin:0 0 18px;font-size:0.98em;}
.rv-survey-wrap .rv-highlight{background:#FFFDE7;border-left:4px solid #FDCE3D;padding:12px 16px;margin:20px 0;border-radius:0 6px 6px 0;font-weight:600;}
.rv-chart-box{background:#fafafa;border:1px solid #e8e8e8;border-radius:10px;padding:24px 20px 14px;margin:24px 0 28px;position:relative;}
.rv-chart-box .rv-chart-title{font-size:0.95em;font-weight:700;text-align:center;margin-bottom:18px;color:#3D3D3D;}
.rv-chart-box .rv-credit{font-size:0.68em;color:#999;text-align:right;margin-top:10px;}
.rv-hbar{margin:6px 0;}
.rv-hbar-row{display:flex;align-items:center;margin-bottom:7px;}
.rv-hbar-label{width:160px;font-size:0.82em;text-align:right;padding-right:10px;flex-shrink:0;color:#3D3D3D;}
.rv-hbar-track{flex:1;height:26px;background:#ececec;border-radius:4px;position:relative;overflow:hidden;}
.rv-hbar-fill{height:100%;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding-right:8px;font-size:0.75em;font-weight:700;color:#fff;min-width:36px;transition:width .6s ease;}
.rv-hbar-fill.green{background:linear-gradient(90deg,#1DBC64,#2ed47a);}
.rv-hbar-fill.gold{background:linear-gradient(90deg,#e6b800,#FDCE3D);}
.rv-hbar-fill.dark{background:linear-gradient(90deg,#3D3D3D,#666);}
.rv-hbar-fill.blue{background:linear-gradient(90deg,#3a7bd5,#5ba3e8);}
.rv-hbar-fill.orange{background:linear-gradient(90deg,#e67e22,#f5a623);}
.rv-hbar-fill.red{background:linear-gradient(90deg,#e74c3c,#f08070);}
.rv-gbar-row{display:flex;align-items:center;margin-bottom:10px;}
.rv-gbar-label{width:140px;font-size:0.82em;text-align:right;padding-right:10px;flex-shrink:0;}
.rv-gbar-bars{flex:1;display:flex;flex-direction:column;gap:3px;}
.rv-gbar-pair{display:flex;align-items:center;gap:6px;}
.rv-gbar-sex{font-size:0.7em;width:28px;text-align:right;flex-shrink:0;color:#888;}
.rv-gbar-track{flex:1;height:20px;background:#ececec;border-radius:3px;overflow:hidden;}
.rv-gbar-fill{height:100%;border-radius:3px;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;font-size:0.7em;font-weight:700;color:#fff;min-width:30px;}
.rv-gbar-fill.male{background:linear-gradient(90deg,#3a7bd5,#5ba3e8);}
.rv-gbar-fill.female{background:linear-gradient(90deg,#e74c7a,#f582a7);}
.rv-stack-row{display:flex;align-items:center;margin-bottom:8px;}
.rv-stack-label{width:80px;font-size:0.82em;text-align:right;padding-right:10px;flex-shrink:0;}
.rv-stack-bar{flex:1;display:flex;height:30px;border-radius:4px;overflow:hidden;}
.rv-stack-seg{display:flex;align-items:center;justify-content:center;font-size:0.7em;font-weight:700;color:#fff;overflow:hidden;white-space:nowrap;}
.rv-stack-legend{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px;font-size:0.78em;}
.rv-stack-legend span{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:4px;vertical-align:middle;}
.rv-keynums{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:20px 0;}
.rv-keynum{text-align:center;background:#fff;border:2px solid #e8e8e8;border-radius:10px;padding:16px 20px;min-width:140px;flex:1;max-width:200px;}
.rv-keynum .num{font-size:2em;font-weight:800;background:linear-gradient(90deg,#1DBC64,#FDCE3D);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.rv-keynum .unit{font-size:0.85em;font-weight:700;color:#3D3D3D;}
.rv-keynum .desc{font-size:0.75em;color:#888;margin-top:4px;}
.rv-note{font-size:0.82em;color:#888;margin:10px 0 0;padding:10px 14px;background:#f5f5f5;border-radius:6px;}
.rv-survey-info{font-size:0.8em;color:#888;margin:40px 0 10px;padding:16px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;line-height:1.9;}
@media(max-width:600px){
  .rv-survey-wrap h1{font-size:1.3em;}
  .rv-survey-wrap h2{font-size:1.1em;}
  .rv-hbar-label{width:110px;font-size:0.75em;}
  .rv-gbar-label{width:100px;font-size:0.75em;}
  .rv-keynum{min-width:120px;}
}
