
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
	font-weight: 550;
  color: #101010;
  background:limegreen;
  margin-right: 5px;
  padding: 10px 15px;
  order: -1;
}
.tab-content {
  width: 100%;
  display: none;
}
.tab-switch:checked + .tab-label {
  background:  dodgerblue;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.tab-switch {
  display: none;
}

.process01_01{
	left:0px;
	top:50px;
	position: absolute;
	pointer-events: none;
}
.process01_02{
	left:120px;
	top:250px;
	position: absolute;
	pointer-events: none;
}
.process02_01{
	left:25px;
	top:225px;
	position: absolute;
	pointer-events: none;
}
.arrow_box01{
    position:relative;
    width:400px;
    height:70px;
    background:#1986FF;
    text-align:center;
    border:5px solid #0000FF;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
.arrow_box01:after,.arrow_box01:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:21%;
}
.arrow_box01:after{
    border-color: rgba(25, 134, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:16px;
    border-right-width:16px;
    margin-left: -16px;
    border-bottom-color:#1986FF;
}
.arrow_box01:before{
    border-color: rgba(0, 0, 255, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:21px;
    border-right-width:21px;
    margin-left: -21px;
    margin-bottom: 5px;
    border-bottom-color:#0000FF;
}

.arrow_box02{
    position:relative;
    width:450px;
    height:70px;
    background:#1986FF;
    text-align:center;
    border:5px solid #0000FF;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    text-shadow:0px 0px 0px #FFFFFF ;
}
.arrow_box02:after,.arrow_box02:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:80%;
}
.arrow_box02:after{
    border-color: rgba(25, 134, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:16px;
    border-right-width:16px;
    margin-left: -16px;
    border-bottom-color:#1986FF;
}
.arrow_box02:before{
    border-color: rgba(0, 0, 255, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:21px;
    border-right-width:21px;
    margin-left: -21px;
    margin-bottom: 5px;
    border-bottom-color:#0000FF;
}
