
@charset "UTF-8";

#data + section .content_wrapper .inner_item_txt dl {
  display:flex;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#data + section .content_wrapper .inner_item_txt dl:nth-of-type(1){
  border-top: 1px solid #CCC;
}

#data + section .content_wrapper .inner_item_txt > p{
  display:none;
}

#data + section .content_wrapper .inner_item_txt dt{
  width:30%;
  text-align: center;
  background-color: #fff9e5;
  border-right: 1px solid #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
}

#data + section .content_wrapper .inner_item_txt dd{
  width: 70%;
  min-width: 70%;
  padding: 10px;
}

/*画像表示サイズ制限*/
@media (width < 900px){
.contents_box01 .inner_item_img img {
    width: min(100%, 350px) !important;
}
}