@charset "UTF-8";
.youtube_wrapper{
	aspect-ratio: 1000 /500;
}
.youtube_wrapper iframe{
	max-width: 100%;
}
.center{
	display: flex;
	justify-content: center;
}
.sub_text{
	display: inline-block;
	font-size: 0.95rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .main_content h2:not(.cancel),
  .main_content .h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main_content h2:not(.cancel),
  .main_content .h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 580px) {
  .main_content h2:not(.cancel),
  .main_content .h2 {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 630px) {
  .sp_only_none {
    display: none;
  }
  .main_content .indent2 {
	padding-left: 0;
  }
}