@charset "utf-8";
/* CSS Document */




/*********************************
7. News
*********************************/

.news
{
	width: 100%;
    margin: auto;
    max-width: 1080px;

	padding-top: 55px;
	padding-bottom: 20px;
}


.first_flow{

    width: 100%;
    max-width: 1180px;
}

.first_flow h2{
    color: #0080FF;
    text-align: center;
    background: yellow;
    margin-bottom: 30px;
     font-weight: 600;
}


.first_flow p{
    width: 80%;
    margin: auto;
}

.first_flow img{
    width:100%;
    margin: 30px auto;
    margin-bottom: 120px;
}









.flow_container{
margin: 0 auto;
    width: 95%;



}

.last_space{
    margin: 40px auto;
}




.flow_container2{
margin: 0 auto;
    width: 95%;
}


.flow_container2 img{
    width: 100%;
}


.flow_chart{
    width: 100%;




}



.flow_chart h3{
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.9em;
    border-radius: 20px;
    text-align: center;
    color: #0080FF;
}


.flow_chart p a{
    background: #FFDEAD;
    color: cornflowerblue;
}

 #step_num{

}
   


.chart_text{
        margin-bottom: 30px;

}


.step_visual img{
    width: 100%;
    margin-bottom: 10px;
      
}

.chart_text p{
    width: 90%;
    margin: auto;
}


.flow_container2 p{
    width: 90%;
    margin: 30px auto;
    text-align: center;
}



.chart_text p img{
    position: relative;
    width: 100%;
    margin: auto;

}


.triangle-border {
  width: 100%;
  position:relative;
  padding: 0 15px 15px 15px;
  margin:1em 0 3em;
  border-bottom: 8px solid gray;
  color:#333;
  background:#fff;
  height: 23px;
margin-bottom: 50px;
}


.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-28px; /* value = - border-top-width - border-bottom-width */
  left:48%; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:gray transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom: -18px; /* value = - border-top-width - border-bottom-width */
  left: 48%; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 21px 21px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}




  




@media screen and (max-width: 480px) {

 
    .flow_container{
        width: 100%;
    }
    
    
    
    
    
    
.flow_chart h2{

    width: 50%;

    margin-bottom: 0px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    
}

.step_title{

}
    
    .flow_chart .step_visual{
        margin: 0;
    }

    
    .chart_text {
    width: 95%;
        margin: 0 auto;

    
}
    
    .chart_text p{
        line-height: 1.8;
    }
    
    
  .triangle-border {
  width: 100%;
  position:relative;
  padding: 0 15px 15px 15px;
  margin:1em 0 3em;
  border-bottom: 5px solid gray;
  color:#333;
  background:#fff;
  height: 23px;
margin-bottom: 50px;
}  
    
.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-25px; /* value = - border-top-width - border-bottom-width */
  left:44%; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:gray transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom: -18px; /* value = - border-top-width - border-bottom-width */
  left: 44%; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 21px 21px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
    
    
    
    
    .flow_container2 {
    width: 100%;
        margin-bottom: 10px;
}
    
    
.flow_container2 img{
    width: 100%;
}
   
  .flow_container2 p{
    width: 90%;
    margin: 10px auto;
}  

    
  
    
}