.guide__timeSchedule__when{justify-content:flex-start;align-items:center;max-width:120px;padding-left:12px;font-size:14px;display:flex;position:relative}.guide__timeSchedule__when span{letter-spacing:-1px;margin-left:-6px;font-weight:400}@media screen and (min-width:769px){.guide__timeSchedule__when{max-width:initial;text-align:center;justify-content:center;min-height:50px;padding-left:0;font-size:16px}}.guide__timeSchedule__when:after,.guide__timeSchedule:not(:first-child)>.guide__timeSchedule__when:before{content:"";clip-path:polygon(50% 100%,0 0,100% 0);width:30px;height:14px;position:absolute;left:50%;transform:translate(-50%)}@media screen and (min-width:769px){.guide__timeSchedule__when:after,.guide__timeSchedule:not(:first-child)>.guide__timeSchedule__when:before{clip-path:polygon(0 0,0% 100%,100% 50%);width:24px;height:50px;top:0;left:100%;transform:translate(0)}}.guide__timeSchedule__when:after{z-index:1;background-color:var(--color-background-pale);top:100%}@media screen and (min-width:769px){.guide__timeSchedule__when:after{top:0}}@media screen and (max-width:768px){.guide__timeSchedule:last-child{padding-bottom:14px}}.guide__timeSchedule:not(:first-child)>.guide__timeSchedule__when:before{background-color:#fff;top:0}@media screen and (min-width:769px){.guide__timeSchedule:not(:first-child)>.guide__timeSchedule__when:before{left:0}}.guide__timeSchedule__status{justify-content:center;align-items:start;min-height:70px;padding-left:14px;display:flex}.guide__timeSchedule__status>p{font-size:14px}@media screen and (min-width:769px){.guide__timeSchedule__status{align-items:center;padding-left:0}.guide__timeSchedule__status>p{font-size:16px}}.guide__step{gap:var(--space-lv2);padding:var(--space-lv3)var(--space-lv2)var(--space-lv4);flex-direction:row;max-width:1129px;margin:auto;display:flex}@media screen and (min-width:769px){.guide__step{padding:92px var(--space-lv2)82px;flex-direction:column}}.guide__step__textBox{flex-direction:column;justify-content:space-around;display:flex}@media screen and (min-width:769px){.guide__step__textBox{justify-content:space-between;gap:var(--space-lv2);flex-direction:row;padding-top:12px}}.guide__step__text{font-size:16px;line-height:21px}@media screen and (min-width:769px){.guide__step__text{font-size:18px;line-height:27px}.guide__step__textBox>li{width:331px}}.guide__accordion{border:1px solid var(--color-main);border-radius:8px;overflow:hidden}.guide__accordion__icon{width:24px;height:24px;position:relative}.guide__accordion__icon>div{background-color:#fff;border-radius:2px;width:3px;height:24px;position:absolute}.guide__accordion__icon>div:last-child{transform:rotate(90deg)}.guide__accordion__icon.is-open>div:first-child{display:none}.guide__accordion__body{max-height:0;transition:max-height .25s;overflow:hidden}.guide__accordion__body.is-open{max-height:8000px}.guide__accordion__container{padding:var(--space-lv3)19px}@media screen and (min-width:769px){.guide__accordion__container{padding:var(--space-lv4)var(--space-lv5)}}.guideBox__headingWrapper{padding:var(--space-lv2);background:var(--color-background-table);border-bottom:1px solid var(--color-border-table)}@media screen and (min-width:769px){.guideBox__headingWrapper{padding:var(--space-lv4)var(--space-lv3);border:none;width:26%;max-width:200px}}.guideBox__imgWrapper{width:100%;padding:18px}@media screen and (min-width:769px){.guideBox__imgWrapper{padding:var(--space-lv4)var(--space-lv3)}}.guide__listNumber{counter-reset:number}.guide__listNumber>li{padding-left:1em;font-size:14px;line-height:21px;position:relative}.guide__listNumber>li:before{content:"" counter(number)". ";counter-increment:number;position:absolute;top:0;left:0}