@charset "utf-8";
/* CSS Document */

/*2column画像配置の上書き*/
[class^="tap_imgbox"] {width: 70%;}
.tap_imgbox_w img {width: 49%;}

.tap_imgbox_flex{
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: 0 auto 2em;
}
.tap_imgbox_flex:last-of-type{margin-bottom: 4em;}
figcaption{
  text-align: center;
  font-size: 0.875em;
  line-height: 1;
  padding: 1em 0.5em;
}

.tap_figcap100 figcaption{width: 100%;}

@media screen and (max-width: 800px) {
  
  /*h3改行不可の文字サイズ上書*/
  .tap_prgtitle h3 span {font-size: small;}
  /*2column画像配置の上書き*/
  [class^="tap_imgbox"] {width: 100%;}
  .tap_imgbox_w img {width: 49%;}
  
    
}