@charset "UTF-8";

#bg_full + section{
  aspect-ratio: 5/2;
    padding-right: 2rem;
    padding-left: 2rem;
}

#bg_full + section .content_wrapper {
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
    background: rgba(0,0,0,0.5);
    padding: 2rem;
    max-width: min(70%,1200px)!important;
}

#bg_full + section .heading.block_header_2 .h,
#bg_full + section .inner_item_txt p{
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0 0 0 / 0.8);
}

#bg_full + section  .heading.block_header_2 .h {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

#bg_full + section .heading.block_header_2 .h:before {
    border-color: #fff;
}

#bg_full_sp + section{
  display:none;
}

@media screen and (max-width: 900px){
  #bg_full + section{
  display: none;
}

#bg_full_sp + section{
  display:block;
}

#c4 + .contents_box01 .inner_item_txt .heading {
    text-align: left;
}
}
