@charset "UTF-8";
/*////////////////////////

damihclele.jp
togo.css

///////////////////////*/

/* ---------------------------------

#box / #anti /
commons

---------------------------------*/

#box{
  width: 96%;
   margin: 5% auto;
   padding-top: 5%;
}
#box h3{
   font-size: 3em;
   text-align: center;
   margin-bottom: 1em;
}
#box h3 span{
   font-size: .3em;
   letter-spacing: 0.1em;
   display: block;
   margin-top: .9em;
}

#box img{
  width: 100%;
  margin-bottom: 20px;
}

.togo_flex{
  display: flex;
  flex-wrap: wrap;
}
.togo_flex_cont{
  flex-direction: column;
  width: calc(100% / 3);
  height: auto;
  padding: 5px;
  text-align: center;
}
.togo_flex_cont　h2{
  font-weight: bold;
  font-size: 1.4em;
}
.togo_flex_cont img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {

  .togo_flex_cont{
    width: calc(100% / 2);
  }

}