@media screen and (min-width: 1080px) {
div#wakka {
bottom: 25px;
left: 0px;
position: fixed;
z-index: 1;
}
}
@media screen and (max-width: 1080px) {
.flowColumn2 {
width: 100%;
margin: 10px 0 0 20px;
background: #c1c1c1e0;
}
}
ol,ul {list-style:none;margin: 0;padding: 0;} @media screen and (max-width: 480px) {
.flowColumn2 {
width: 100%;
margin: 0 0 5px 0;
border-top: #c9c9c9 6px solid;
border-bottom: #c9c9c9 6px solid;
}
}
@media screen and (max-width: 780px) and (min-width:480px) {
.flowColumn2 {
width: 100%;
margin: 0 0 5px 0;
border-top: #c9c9c9 6px solid;
border-bottom: #c9c9c9 6px solid;
}
}
@media screen and (max-width: 1080px) and (min-width:780px) {
.flowColumn2 {
width: 100%;
margin: 0px 0px;  margin-bottom: 5px;
}
}
@media screen and (max-width: 1760px) and (min-width:1080px) {
.flowColumn2 {
width: 100%;
margin: 0px 0px;  margin-bottom: 5px;
}
.flowColumn2 {
width: 100%; background: #a6a5a5ba;
border-radius: 0 0 20px 0px;
}
}
@media screen and (min-width:1760px) {
.flowColumn2 {
width: 100%;
margin: 0px 0px;  margin-bottom: 5px;
}
.flowColumn2 {
width: 100%; background: #bfbfbf;
border-radius: 0 0 20px 0px;
}
}
.flowColumn2 ol {
counter-reset: num;
}
@media screen and (max-width: 1080px) {
.flowColumn2 ol {
display: flex;
padding: 0px;
}
}
.flowColumn2 ol li {
counter-increment: num;
margin: 0 0 65px;
font-size: 2rem;
position: relative;
list-style: none;
}
@media screen and (max-width: 480px) {
.flowColumn2 ol li { width: calc(100% / 5 - .8vw);
margin: 0px;
font-size: 2.4vw;
text-align: center;
list-style: none;
}
}
@media screen and (max-width: 780px) and (min-width: 480px)  {
.flowColumn2 ol li {
width: calc(100% / 3 + 16px);
margin: 0;
font-size: 2.4vw;
text-align: center;
}
}
@media screen and (max-width: 1080px) and (min-width: 780px)  {
.flowColumn2 ol li {
width: calc(100% / 5 + 2.8vw);
margin: 0;
font-size: 2.4vw;
text-align: center;
}
}
.flowColumn2 ol li::before {
content: counter(num);
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 5px 13px 0px 0px;
background: #FFF;
color: #080;
border-radius: 50%;
font-family: Arial, Helvetica, "sans-serif";
font-size: 3rem;
font-weight: bold;
vertical-align: middle;
position: relative;
z-index: 2;
box-shadow: 1px 2px 10px -2px #000;
}
@media screen and (max-width: 480px) {
.flowColumn2 ol li::before {
display: flex;
width: 7vw;
height: 7vw;
margin: 0px auto 10px;
font-size: 6vw;
}
}
@media screen and (max-width: 780px) and (min-width: 480px){
.flowColumn2 ol li::before {
display: flex;
width: 5vw;
height: 5vw;
margin: 0px auto 10px;
font-size: 3.8vw;
}
}
@media screen and (max-width: 1080px) and (min-width: 780px){
.flowColumn2 ol li::before {
display: flex;
width: 3.5vw;
height: 3.5vw;
margin: 0px auto 10px;
font-size: 2.8vw;
}
}
.flowColumn2 ol li.current2::before {
background: #080;
color: #FFF;
}
.flowColumn2 ol li.end::before {
content: '\f00c';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 2rem;
}
@media screen and (max-width: 1080px) {
.flowColumn2 ol li.end::before {
font-size: 4vw;
}
}
.flowColumn2 ol li:not(:last-child)::after {
content: '';
display: block;
width: 8px;
height: 48px;
background: #FFF;
position: absolute;
top: 18px;
left: 16px;
z-index: 1;
}
@media screen and (max-width: 480px) {
.flowColumn2 ol li:not(:last-child)::after {
width: 100%;
height: 6px;
top: 2.7vw;
left: calc(100% / 5 + 6vw);
}
}
@media screen and (max-width: 780px) and (min-width: 480px) {
.flowColumn2 ol li:not(:last-child)::after {
width: 100%;
height: 6px;
top: 2.2vw;
left: calc(100% / 5 + 6vw);
}
}
@media screen and (max-width: 1080px) and (min-width: 780px) {
.flowColumn2 ol li:not(:last-child)::after {
width: 100%;
height: 6px;
top: 1.6vw;
left: calc(100% / 3 + 23px);
}
}    @media screen and (max-width: 480px){
#wakka header {
background: #090;
font-size: 0.9em;
height: auto;
z-index: auto;
}
}
@media screen and (max-width: 780px) and (min-width: 480px){
#wakka header {
background: #090;
z-index: auto;
}
}
@media screen and (max-width: 1080px) and (min-width: 780px){
#wakka header {
background: #090;
}
}
@media screen and (min-width: 1080px){
#wakka header {
background: #090;
border-radius: 0 20px 0 0;
}
}
#wakka header {
}
#wakka header .headerTitle {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 40px;
padding: 0px 20px;
color: #FFF;
}
@media screen and (max-width: 480px) {
#wakka header .headerTitle {
min-height: 34px; }
}
#wakka header .headerTitle h1 {
margin: 0 25px 0 0;
flex: 1;
font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
#wakka header .headerTitle h1 {
display: flex;
align-items: center;
justify-content: center;
margin-right: 50px;
min-height: 40px;
background: #090;
font-size: 5.2vw;
}
}
#wakka header .headerTitle a[href^="tel:"] {
padding: 2px 0 0;
text-align: center;
color: #FFF;
font-weight: bold;
font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
#wakka header .headerTitle a[href^="tel:"] {
display: block;
padding: 10px 0;
background: #d1dfd5;
color: #090;
text-decoration: none;
font-size: 2.8vw;
}
}
#wakka header .headerTitle a[href^="tel:"] .tel {
font-size: 3rem;
margin-left: -1rem;
}
@media screen and (max-width: 767px) {
#wakka header .headerTitle a[href^="tel:"] .tel {
font-size: 4.4vw;
}
} .tb_show,
.sp_show2 {
display: none; }
@media screen and (max-width: 1080px) {
.tb_hide {
display: none;
}
.tb_show {
display: block;
}
}
@media screen and (max-width: 480px) {
.sp_hide2 {
display: none;
}
.sp_show2 {
display: block;
font-size: 14px;
}
}
@media screen and (max-width: 780px) and (min-width:480px) {
.sp_hide2 {
display: none;
}
.sp_show2 {
display: block;
font-size: 3vw;
}
}
@media screen and (max-width: 1080px) and (min-width:780px) {
.sp_hide2 {
display: none;
}
.sp_show2 {
display: block;
font-size: 2vw;
}
} .clearfix::after {
content: '';
display: block;
clear: both;
}