@charset "utf-8";

.not_ppp_red {
	color: #5a0101 !important;
	font-weight: 600 !important;
}

.not_ppp_red2 {
	color: #5a0101 !important;
}

strong.not_strong {
	font-weight: 600;
}

.not_enin_jpn {
	font-size: 14px;
}

.not_italic {
  font-style: italic !important;
}

/* =======================================
公益活動
======================================= */

.pro-bono-detail-image {
	width: 80%;
	height: auto;
	text-align: center;
	margin: auto;
}

.not_prob_smallfont {
	font-size: 13px !important;
}

/* =======================================
ご挨拶 (20240105 MP交代)
======================================= */
.not_greetings-info  {
    width: 335px;
}
.is-en .not_greetings-info {
    width: 335px;
}
.sp_br {
	display:none;
}


/* =======================================
写真横並び
======================================= */
.not_topics_ul_img {
	display: flex;
	flex-flow: row wrap;
	margin: 2em auto;
}

.not_topics_ul_img li {
	width: 49%;
	margin: auto;
	padding-left: 0 !important;
}

.not_topics_ul_img li::before {
	display: none;
}

.not_topics_ul_img li:not(:first-child) {
	margin-top: 0 !important;
}


.not_topics_ul_img li img {
	margin: 10px auto;
}

.not_topics_p_right {
	text-align: right;
}



/* =======================================
フリー項目フォントサイズ：0.9rem
セミナー（英）「https://www.noandt.com/en/seminars/seminar20241009/」
======================================= */
.rem09 {
  font-size: 0.9rem !important;
}



@media screen and (max-width: 767px) {
/* =======================================
公益活動
======================================= */

.pro-bono-detail-image {
	width: 100%;
	height: auto;
}
/* =======================================
ご挨拶 (20240105 MP交代)
======================================= */

.is-en .not_greetings-info {
	width:100%
}
.sp_br {
	display: inline;
}

.not_topics_ul_img li {
	width: 100%;
	margin: auto;
}

}