﻿.pg_StepList{display:grid;gap:30px;}@media screen and (min-width:768px){.pg_StepList{gap:50px;}}.pg_StepItem{width:auto;display:grid;column-gap:20px;grid-template-columns:80px auto;position:relative;z-index:10;}.pg_StepItem:nth-last-of-type(n+2)::before{content:"";position:absolute;top:85px;left:37px;z-index:1;display:block;width:0;height:calc(100% - 10px - 20px);border-right:2px dotted #9e9e9e;}@media screen and (min-width:1024px){.pg_StepItem{grid-template-columns:1fr;grid-template-rows:90px auto;align-items:center;text-align:center;}.pg_StepItem:nth-last-of-type(n+2)::before{display:none;}}@media screen and (min-width:1024px){.pg_StepImageInner{margin:0 auto;vertical-align:middle;place-items:center;justify-items:center;}}.pg_StepImage{display:block;background-color:#d4af37;border-radius:50%;padding:20px;width:80px;height:80px;}.pg_StepImage img{width:100%;height:max-content;}.pg_StepCaption{display:block;font-size:18px;font-weight:600;}.pg_StepCaption ._Ruby{display:block;color:#d4af37;font-size:14px;font-weight:600;}.pg_StepCaption ._Ruby:after{content:">>";margin-left:5px;}@media screen and (min-width:1024px){.pg_StepCaption ._Ruby{font-size:16px;}}@media screen and (min-width:1024px){.pg_StepCaption{font-size:24px;text-align:center;}}.pg_Frame{border:5px solid #9e9e9e;padding:10px 15px;margin:15px 0;max-width:580px;}@media screen and (min-width:1024px){.pg_Frame{margin:15px auto;text-align:left;}}