@charset "utf-8";.flowBlock>*{padding:1em 1em;place-content:center;}.flowBlock .tit{text-align:center;background:#106EB4;background:linear-gradient(90deg, rgba(16, 110, 180, 1) 0%, rgba(9, 62, 102, 1) 100%);color:#fff;font-weight:bold;font-size:1.6rem;position:relative;}.flowBlock .tit:not(:first-child):before{content:"";width:2px;height:20px;background:#a9cee9;position:absolute;left:50%;top:-20px;}.flowBlock .txt{border:3px solid #46B1E1;}.flowBlock p{margin-bottom:0;line-height:1.4;}@media screen and (min-width:768px), print{.flowBlock{display:grid;grid-template-columns:300px auto;gap:20px 10px;}.flowBlock .tit{min-height:3em;}.tit span{display:block;padding-left:1em;}}@media screen and (max-width:767px){.flowBlock .tit{font-size:1.4rem;}.flowBlock .tit:not(:first-child){margin-top:20px;}}