@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

body#tinymce,
.mce-content-body{
	padding:30px!important;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #28292b;
	line-height:1.6;
}


body.news #tinymce{
	line-height:1.8;
}
#tinymce b,
#tinymce strong{
	font-weight:bold;
}

#tinymce em{
	font-style:italic;
}

#tinymce a{


}
#tinymce a:hover{

	text-decoration:none;
}

#tinymce img{
	height:auto;
}