.selector-for-some-widget {
	box-sizing: content-box;
}
body {
	font-family: 'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #212121;
}

.font-1 {
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: 400;
}
#heading {
	background-color: #474f63;
}
#heading h2 {
	margin: 3em 0 3em 0;
	color: #fff;
	font-size: 24px;
}
#footer_bs {
	color: #fff;
}
#heading_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 310px;
	margin: 0 0 30px;
	background: url(../img/bg_title.jpg) no-repeat center/auto 100%;
}
#heading_bg h2 {
	padding: 5px 0 0;
	line-height: 1.2;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}
.text-point {
	font-weight: bold;
	color: #f1ad02f4;
}
h4.subtitle {
	color: #f1ad02e0;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #f1ad02e0;
}
h4.subtitle2 {
	color: #f1ad02e0;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 8px 8px 2px 8px;
	background-color: #fffaf4;
	border-bottom: dashed 2px #f1ad02e0;
}
li.point {
	color: #454545e0;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.footer_link {
	text-decoration: none !important;
	color: #fff !important;
}
.nav-buttons1 {
	font-size: 14px !important;
	padding: 10px 0 9px 0 !important;
	font-weight: bold !important;
	background-color: #4eb3e6 !important;
	width: 138px;
}
.nav-buttons2 {
	font-size: 14px !important;
	padding: 10px 0 9px 0 !important;
	font-weight: bold !important;
	background-color: #b4d43f !important;
	width: 138px;
}
.nav-buttons3 {
	font-size: 14px !important;
	padding: 10px 0 9px 0 !important;
	font-weight: bold !important;
	background-color: #474f63 !important;
	width: 138px;
}
@media screen and (max-width: 765px) {
	.nav-buttons1 {
		width: 128px;
		font-size: 12px;
	}
	.nav-buttons2 {
		width: 128px;
		font-size: 12px;
	}
	.nav-buttons3 {
		width: 128px;
		font-size: 12px;
	}
}
a.nav-textlink {
	text-decoration: none;
	font-size: 12px;
	color: #474f63;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif, 'BIZ UDGothic', sans-serif;
}
a {
	text-decoration: none;
}
.button a {
	width: 250px;
	padding: 13px 0px;
	font-size: 16px;
	background-color: #ffed48;
	color: #474f63;
	font-weight: bold;
	border-style: none;
	border-radius: 2px;
	display: block;
	margin: 0px auto;
}
.button a:hover {
	opacity: 50%;
}
.button button {
	width: 250px;
	padding: 13px 0px;
	font-size: 16px;
	background-color: #ffed48;
	color: #474f63;
	font-weight: bold;
	border-style: none;
	border-radius: 2px;
	display: block;
	margin: 0px auto;
}
.button button:hover {
	opacity: 50%;
}
.button_g button {
	width: 250px;
	padding: 13px 0px;
	font-size: 16px;
	background-color: #e6eaeb;
	color: #474f63;
	font-weight: bold;
	border-style: none;
	border-radius: 2px;
	display: block;
	margin: 0px auto;
}
.button_g button:hover {
	opacity: 50%;
}
.mark {
	background-color: #faef99;
}
.wrap {
	overflow: hidden;
}
.pMenu02_child p {
	margin-bottom: 0;
}
.pMenu01_child p {
	margin-bottom: 0;
}
