@charset "utf-8";
#main01 h2 {
  position: relative;
  margin: 0 0 15px;
  font-weight: bold;
  border-left: 3px solid #df0523;
  padding-left: 17px;
}
#main01 .brand_contents {
  margin-bottom: 30px;
}
#main01 .brand_contents .brand_img01,
#main01 .brand_contents .brand_img02,
#main01 .brand_contents .brand_img03 {
  text-align: center;
  margin-bottom: 20px;
}
#main01 .brand_contents .brand_img03 {
  background-color: #fff;
  border: #e4e5e7 1px solid;
  padding: 25px 0;
  width: 93.75%;
  margin: 20px auto;
  text-align: center;
}
#main01 .brand_contents .brand_img03 img {
  width: 70%;
}
#main01 .brand_contents .bray_area {
  background-color: #F5F5F5;
  border: #e4e5e7 1px solid;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
#main01 .brand_contents .txt {
  width: 93.75%;
  margin: 0 auto;
}
#main01 .brand_contents br.for_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  #wrapper01 #contents01 #main01 .brand_contents {
    overflow: hidden;
    width: 100%;
  }
  #wrapper01 #contents01 #main01 .brand_contents br.for_sp {
    display: none;
  }
  #wrapper01 #contents01 #main01 .brand_contents .brand_img {
    float: left;
    width: 39.20903955%;
  }
  #wrapper01 #contents01 #main01 .brand_contents .brand_txt {
    float: right;
    width: 58.53107345%;
  }
  #wrapper01 #contents01 #main01 .brand_contents .brand_img01 {
    margin-top: 10px;
  }
  #wrapper01 #contents01 #main01 .brand_contents .brand_img02 {
    margin-top: 24px;
  }
  #wrapper01 #contents01 #main01 .brand_contents .brand_img03 {
    width: 67.79661017%;
    margin: 20px auto;
  }
  #wrapper01 #contents01 #main01 .brand_contents .brand_img03 img {
    width: 37.5%;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin-bottom:15px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}