@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@400&display=swap');

.clear:after,
.clearfix:after,
.c_clearfix:after,
section:after,
header:after,
article:after,
footer:after,
article .section:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}

body{
	background-color : #fff ;
	font-size : 14px ;
	font-family:"Kosugi Maru","Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
	color : #000 ;
	-webkit-text-size-adjust : none ;
}

body a{
	color : #630 ;
	text-decoration : underline ;
}
body textarea,
body input,
body select,
body button{
	font-size : 14px ;
	font-family:"Kosugi Maru","Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}

body article p,
body article li,
body article dt,
body article dd,
body article th,
body article td{
	line-height : 140% ;
}

.youtube-container {
	width: 100%;
	aspect-ratio: 16 / 9;
	text-align:center;
}
.youtube-container iframe {
	width: 100%;
	height: 100%;
}