.dis_mobile {
	display: none;
}
.dis_tablet {
	display: block;
}
.dis_desktop {
	display: none;
}
.dis_mobile_tablet {
	display: block;
}
.dis_mobile_desktop {
	display: none;
}
.dis_tablet_desktop {
	display: block;
}
.width_wrap {
	margin: 0px auto; width: 100%; max-width: 768px;
}
.logo_wrap_01 {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.logo_wrap_01 > div h1 {
	padding: 10px 0px; width: 180px;
}
.logo_wrap_01 > div h1 img {
	max-height: 40px;
}
.on#fixed_header {
	background: rgb(255, 255, 255); top: 0px; width: 100%; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; position: fixed; z-index: 9999; opacity: 0.8;
}
.sub_title_01 h1 {
	font-size: 18px; font-weight: normal;
}
.sub_title_02 h1 {
	font-size: 18px; font-weight: normal;
}
.sub_title_03 h1 {
	font-size: 18px; font-weight: normal;
}
.sub_title_04 h1 {
	font-size: 18px; font-weight: normal;
}
.body_content {
	padding: 0px 20px 50px;
}
.body_content .sub_subject {
	font-size: 24px;
}
.body_content .sub_subject span {
	padding-left: 10px; font-size: 16px; display: inline;
}
