.textList{display:flex;justify-content:center;flex-wrap:wrap}.textList .item{margin:10px;text-decoration:none;padding:10px 0!important;display:flex;font-size:var(--fontsize-intro);align-items:center;color:#fff;width:100%;transition:all .2s linear}@media(max-width:900px){.textList .item{margin:5px;padding:6px 0!important;font-size:var(--fontsize)}}.textList .item .text{flex:1;margin-left:10px}@media(max-width:900px){.textList .item .text{margin-left:5px}}.textList .item svg{width:60px}.textList .item svg path,.textList .item svg circle,.textList .item svg ellipse,.textList .item svg line,.textList .item svg polyline,.textList .item svg polygon,.textList .item svg rect{fill:#fff}.textList .item.withLink{width:auto;padding:10px 20px!important;background:var(--color3)}@media(max-width:900px){.textList .item.withLink{padding:6px 10px!important}}@media(hover:hover){.textList .item.withLink:hover{color:#fff;background:#c6003f}}.textList .item.withLink svg{width:32px;margin:0 auto}.textList .item.withLink svg path,.textList .item.withLink svg circle,.textList .item.withLink svg ellipse,.textList .item.withLink svg line,.textList .item.withLink svg polyline,.textList .item.withLink svg polygon,.textList .item.withLink svg rect{fill:#fff}.Extended .textListExtnd{display:flex;justify-content:space-around;padding-bottom:150px}@media(max-width:900px){.Extended .textListExtnd{position:relative;padding-bottom:200px}}.Extended .textListExtnd .item{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 0 auto}@media(min-width:900px){.Extended .textListExtnd .item{position:relative}}.Extended .textListExtnd .item img{width:100px;height:100px;margin:0 auto;-o-object-fit:contain;object-fit:contain}@media(max-width:900px){.Extended .textListExtnd .item img{opacity:.5;width:70px;height:70px}}.Extended .textListExtnd .item.active img{opacity:1}.Extended .textListExtnd .item .circleBox{position:relative;width:100%;display:inline-flex;text-align:center;justify-content:center;margin:30px 0}.Extended .textListExtnd .item .circleBox .circle{width:20px;height:20px;border:2px solid var(--color3);border-radius:100%;position:relative;background:var(--color1);z-index:1}.Extended .textListExtnd .item .circleBox .line{position:absolute;top:50%;right:0;height:2px;width:100%;margin-top:-1px;background:var(--color3)}.Extended .textListExtnd .item .text{font-size:var(--m-fontsize);font-weight:normal;font-family:var(--basicfont)}@media(max-width:900px){.Extended .textListExtnd .item .text{display:none}}.Extended .textListExtnd .item .memo{display:none;position:absolute;bottom:-110%;background:var(--defaultColor);padding:var(--padding);color:var(--color1);min-width:410px;left:0}@media(max-width:900px){.Extended .textListExtnd .item .memo{top:150px;bottom:auto;min-width:100%}}.Extended .textListExtnd .item .memo .blockTitle{display:none;color:var(--color1)}@media(max-width:900px){.Extended .textListExtnd .item .memo .blockTitle{display:block}}@media(min-width:900px){.Extended .textListExtnd .item .memo:before{position:absolute;top:-10px;left:90px;content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--defaultColor)}}.Extended .textListExtnd .item:first-child .circleBox .line{width:50%;right:0}.Extended .textListExtnd .item:last-child .circleBox .line{width:50%;right:auto;left:0}@media(max-width:900px){.Extended .textListExtnd .item.active svg path,.Extended .textListExtnd .item.active svg circle,.Extended .textListExtnd .item.active svg ellipse,.Extended .textListExtnd .item.active svg line,.Extended .textListExtnd .item.active svg polyline,.Extended .textListExtnd .item.active svg polygon,.Extended .textListExtnd .item.active svg rect{fill:var(--color4)}.Extended .textListExtnd .item.active .memo{display:block}}@media(min-width:900px){.Extended .textListExtnd .item:hover .memo{display:block}}