/* CSS Document */


#trust .t-main-p .t-main-b .button{
    margin: 0;
}



#type .block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

#type .type_box{
    width: 48%;
}


#type h2{
    font-size: 18px;
}

#type .type_box ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

#type .type_box ol li{
    width: 50%;
}

#type h3{
    width: 100%;
    text-align: center;
    margin: 70px auto 30px;
    font-size: 18px;
}

#type .center{
    justify-content: center;
}

#type .faucet{
    text-align: center;
    max-width: 315px;
}

#type .faucet p{
    width: 90%;
    max-width: 300px;
    margin: auto;
}    

#type .faucet img{
    margin-bottom: 20px;
}




@media only screen and (max-width: 680px) {
#type .type_box {
  width: 100%;
  margin-bottom: 30px;
}
#type h2{
    font-size: 16px;
}
#type .block{
    margin-bottom: 30px;
}
#type h3 {
  margin: 0 auto 30px;
  font-size: 16px;
}
#type .center .type_box{
  width: 50%;
}



}






