@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.body ,portal b{
	font-family: 'Noto Sans JP', sans-serif !important;
}
.Header__logo__img {
	width: 30px !important;
}
.Header__logotxt__img {
	width: 200px !important;
}
.Header__logotxt {
	text-align: left !important;
}
.Header__logotxt span, .Header__logoimg span {
	display: none !important;
}
.home_welcome_hr {
	padding-bottom: 2em;
	border-bottom: 1px solid #000;
}
.home_trial_hr {
	padding-top: 2em;
	border-top: 1px solid #000;
}
.home {
	text-align: center;
}
.home_contents_wrapper {
  	padding: 2em 0em;
  	text-align: center;
 	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
}
/* モバイル対応 */
@media(max-width: 767px) {
  .home_contents_wrapper {
  	grid-template-columns: 1fr;
  }
}
.home_contents_wrapper a:link, .AppContainer__wrapper a:link{
  	color:#000 !important;
}
.home_contents_wrapper a:visited, .AppContainer__wrapper a:visited {
  color:#0072ce !important;
}
.home_contents_wrapper a:hover, .AppContainer__wrapper a:hover{
  color:#00afdb !important;
}
.home_contents_wrapper p{
  margin-left: 40px;
  margin-right: 40px;
}
#field_cf_xuan_zerisuto_1, #field_cf_bajon {
  display: inline-block !important;
}
/* 要素を非表示 leak men oey khenh */
.Signin__agentlogin, .ArticleDetailLeftContainer__pdfView, .DeleteAccount__layer, .ManageAccountContainer__editPwd, .ProfileLeftContainer__profileTabs, .printLink, .Header__logotxt_, .DepFollow__depFollow, .StateProperty__stateProperty {
	display: none !important;
}
/* コメント返信を非表示 */
.ConversationForm__openThreadForm[data-id="newComment"] {
  display: none !important;
}
.BreadCrumbs__breadCrumbText {
	color:#000000;
}
.Header__header {
	border-bottom: 5px solid #0072ce;
}
.Header__containerLi {
	max-width:20rem;
 	font-size:1.0rem;
}
/* 記事右下のSNSボタン非表示 */
.KbDetailLtContainer__userSocialIcon{
display: none
}
.Layout{display:flex;gap:24px;}
.Layout__layout1{flex:1 1 auto;max-width:calc(100%);}
.Layout__layout2{flex:0 0 270px;width:270px;}
@media (max-width:1080px){.Layout{display:block;}
.Layout__layout1,.Layout__layout2{max-width:100%;width:100%;}}
/* 埋め込み動画の共通対応 */
.kb-article iframe{width:100%!important;height:auto;aspect-ratio:16/9;max-width:100%;}
