@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&family=Noto+Sans+JP:wght@500;700&display=swap');

body {
	font-family   : 'Noto Sans JP', sans-serif;
	overflow-wrap : normal;
	word-break    : break-all;
}

body,
select option,
.jyusyo-search-button,
#idPrevButton,
a.link-button-w,
#page-header .head-logo .title,
#page-header .menu .page-nav li a,
#page-header .menu .hamburger-nav a,
#page-footer .menu .foot-nav a
{
	color : #4E4946 !important;
}

a {
	color : #333333;
}

.required:after,
.input-err .errs .err,
span.cR,
a.link-button-r {
	color : #c01b1a;
}

.assist,
.sub,
span.cG,
#page-footer .copyright{
	color : #333333;
}

*:disabled {
	background-color : lightgray;
	color            : gray;
}

.page-form .title,
.popup-contents-inline .popup-main .title,
.popup-contents-inline .popup-title {
	background-color : #f5f5f5;
}

*::placeholder {
	color: #bbbbbb;
	font-weight: normal;
}