@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/



section img{
  max-width: 100%;
}
.center{
  margin: 0 auto 0 auto;
  max-width: 90%;
  width: 500px;
}
.center ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.center li{
  flex: 1 1 auto;
  margin-right: 8px;
}
li:last-of-type{
  margin-right: 0;
}



.disnone{
  display: none;
}


.change_wrapp{
  display: block;
}


.change_image_wrapp{
  width: 460px;
}

.sumb_flex{
  display: flex;
  justify-content: space-between;
  margin-top:22px;
}

.sumb_flex li img{
  width: 110px;
  height: auto;
  justify-content: space-around;
}


.txt_deco{
  text-align: center!important;
}



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

.change_image_wrapp{
  width: 343px;
}


/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/


.change_wrapp{
  display: block;
}

.change_image_wrapp{
  width: 100%;
}

.sumb_flex{
  display: flex;
  justify-content: space-between;
  margin-top:18px;
}

.sumb_flex li img{
  width: 90px;
  height: auto;
  justify-content: space-around;
}


.txt_deco{
  text-align: center!important;
  font-size: 14px;
}

/* smartphone END ################################################## */
}