@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.youtube-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.caption.center {
    text-align: center;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 30px;
    text-align: center;
    word-break: break-all;
line-height: 1rem;
}
.img_center img {
    padding-bottom: 5px;
}
.microcopy {
    font-weight: bold;
    margin-bottom: 6px;
}

.youtube{
	text-align:center;
}


#category {
    margin-bottom: 5rem;
}
.hs-foam {
    width: 46rem;
}







/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width:600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

.footer_container {
    grid-template-columns: unset;
    grid-template-rows: unset;
    gap: unset;
}
.footer_copyrightBar {
    margin-top: 5rem;
}

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width:599.98px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

.hs-foam {
    width: 17rem;
}
.youtube{
	width:100%;
}

#category {
    padding-inline: 1rem;
}

	
	
	
	
	
	
	
	
	

}

/*# sourceMappingURL=edit.css.map */